42{
44 float* rwork = NULL;
48 return -1;
49 }
50#ifndef LAPACK_DISABLE_NAN_CHECK
52
54 return -5;
55 }
57 return -7;
58 }
60 return -10;
61 }
63 return -12;
64 }
65 }
66#endif
67
69 if( rwork == NULL ) {
71 goto exit_level_0;
72 }
75 if( work == NULL ) {
77 goto exit_level_1;
78 }
79
81 ipiv, b, ldb, x, ldx, ferr, berr, work, rwork );
82
84exit_level_1:
86exit_level_0:
89 }
90 return info;
91}
#define lapack_complex_float
lapack_int LAPACKE_cherfs_work(int matrix_layout, char uplo, lapack_int n, lapack_int nrhs, const lapack_complex_float *a, lapack_int lda, const lapack_complex_float *af, lapack_int ldaf, const lapack_int *ipiv, const lapack_complex_float *b, lapack_int ldb, lapack_complex_float *x, lapack_int ldx, float *ferr, float *berr, lapack_complex_float *work, float *rwork)
#define LAPACK_WORK_MEMORY_ERROR
int LAPACKE_get_nancheck(void)
#define LAPACKE_malloc(size)
void LAPACKE_xerbla(const char *name, lapack_int info)
lapack_logical LAPACKE_che_nancheck(int matrix_layout, char uplo, lapack_int n, const lapack_complex_float *a, lapack_int lda)
lapack_logical LAPACKE_cge_nancheck(int matrix_layout, lapack_int m, lapack_int n, const lapack_complex_float *a, lapack_int lda)