Go to the source code of this file.
◆ LAPACKE_strcon()
Definition at line 35 of file lapacke_strcon.c.
38{
41 float* work = NULL;
44 return -1;
45 }
46#ifndef LAPACK_DISABLE_NAN_CHECK
48
50 return -6;
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)
lapack_int LAPACKE_strcon_work(int matrix_layout, char norm, char uplo, char diag, lapack_int n, const float *a, lapack_int lda, float *rcond, float *work, lapack_int *iwork)
#define LAPACKE_malloc(size)
void LAPACKE_xerbla(const char *name, lapack_int info)
lapack_logical LAPACKE_str_nancheck(int matrix_layout, char uplo, char diag, lapack_int n, const float *a, lapack_int lda)