Go to the source code of this file.
◆ LAPACKE_stbcon()
Definition at line 35 of file lapacke_stbcon.c.
38{
41 float* work = NULL;
44 return -1;
45 }
46#ifndef LAPACK_DISABLE_NAN_CHECK
48
50 return -7;
51 }
52 }
53#endif
54
56 if( iwork == NULL ) {
58 goto exit_level_0;
59 }
61 if( work == NULL ) {
63 goto exit_level_1;
64 }
65
67 rcond, work, iwork );
68
70exit_level_1:
72exit_level_0:
75 }
76 return info;
77}
norm(diag(diag(diag(inv(mat))) -id.SOL), 2) % destroy mumps instance id.JOB
#define LAPACK_WORK_MEMORY_ERROR
int LAPACKE_get_nancheck(void)
#define LAPACKE_malloc(size)
lapack_int LAPACKE_stbcon_work(int matrix_layout, char norm, char uplo, char diag, lapack_int n, lapack_int kd, const float *ab, lapack_int ldab, float *rcond, float *work, lapack_int *iwork)
void LAPACKE_xerbla(const char *name, lapack_int info)
lapack_logical LAPACKE_stb_nancheck(int matrix_layout, char uplo, char diag, lapack_int n, lapack_int kd, const float *ab, lapack_int ldab)