39{
41 float* rwork = NULL;
45 return -1;
46 }
47#ifndef LAPACK_DISABLE_NAN_CHECK
49
51 return -6;
52 }
54 return -9;
55 }
56 }
57#endif
58
60 if( rwork == NULL ) {
62 goto exit_level_0;
63 }
66 if( work == NULL ) {
68 goto exit_level_1;
69 }
70
72 anorm, rcond, work, rwork );
73
75exit_level_1:
77exit_level_0:
80 }
81 return info;
82}
norm(diag(diag(diag(inv(mat))) -id.SOL), 2) % destroy mumps instance id.JOB
#define lapack_complex_float
#define LAPACK_WORK_MEMORY_ERROR
lapack_int LAPACKE_cgbcon_work(int matrix_layout, char norm, lapack_int n, lapack_int kl, lapack_int ku, const lapack_complex_float *ab, lapack_int ldab, const lapack_int *ipiv, float anorm, float *rcond, lapack_complex_float *work, float *rwork)
int LAPACKE_get_nancheck(void)
#define LAPACKE_malloc(size)
void LAPACKE_xerbla(const char *name, lapack_int info)
lapack_logical LAPACKE_cgb_nancheck(int matrix_layout, lapack_int m, lapack_int n, lapack_int kl, lapack_int ku, const lapack_complex_float *ab, lapack_int ldab)
lapack_logical LAPACKE_s_nancheck(lapack_int n, const float *x, lapack_int incx)