Go to the source code of this file.
◆ LAPACKE_cgecon()
Definition at line 35 of file lapacke_cgecon.c.
38{
40 float* rwork = NULL;
44 return -1;
45 }
46#ifndef LAPACK_DISABLE_NAN_CHECK
48
50 return -4;
51 }
53 return -6;
54 }
55 }
56#endif
57
59 if( rwork == NULL ) {
61 goto exit_level_0;
62 }
65 if( work == NULL ) {
67 goto exit_level_1;
68 }
69
71 work, rwork );
72
74exit_level_1:
76exit_level_0:
79 }
80 return info;
81}
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_cgecon_work(int matrix_layout, char norm, lapack_int n, const lapack_complex_float *a, lapack_int lda, 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_s_nancheck(lapack_int n, const float *x, lapack_int incx)
lapack_logical LAPACKE_cge_nancheck(int matrix_layout, lapack_int m, lapack_int n, const lapack_complex_float *a, lapack_int lda)