Go to the source code of this file.
◆ LAPACKE_sgtcon()
| lapack_int LAPACKE_sgtcon |
( |
char | norm, |
|
|
lapack_int | n, |
|
|
const float * | dl, |
|
|
const float * | d, |
|
|
const float * | du, |
|
|
const float * | du2, |
|
|
const lapack_int * | ipiv, |
|
|
float | anorm, |
|
|
float * | rcond ) |
Definition at line 35 of file lapacke_sgtcon.c.
38{
41 float* work = NULL;
42#ifndef LAPACK_DISABLE_NAN_CHECK
44
46 return -8;
47 }
49 return -4;
50 }
52 return -3;
53 }
55 return -5;
56 }
58 return -6;
59 }
60 }
61#endif
62
64 if( iwork == NULL ) {
66 goto exit_level_0;
67 }
69 if( work == NULL ) {
71 goto exit_level_1;
72 }
73
75 work, iwork );
76
78exit_level_1:
80exit_level_0:
83 }
84 return info;
85}
norm(diag(diag(diag(inv(mat))) -id.SOL), 2) % destroy mumps instance id.JOB
#define LAPACK_WORK_MEMORY_ERROR
lapack_int LAPACKE_sgtcon_work(char norm, lapack_int n, const float *dl, const float *d, const float *du, const float *du2, const lapack_int *ipiv, float anorm, float *rcond, float *work, lapack_int *iwork)
int LAPACKE_get_nancheck(void)
#define LAPACKE_malloc(size)
void LAPACKE_xerbla(const char *name, lapack_int info)
lapack_logical LAPACKE_s_nancheck(lapack_int n, const float *x, lapack_int incx)