41{
43 float* rwork = NULL;
47 return -1;
48 }
49#ifndef LAPACK_DISABLE_NAN_CHECK
51
53 return -8;
54 }
56 return -10;
57 }
59 return -12;
60 }
61 }
62#endif
63
65 if( rwork == NULL ) {
67 goto exit_level_0;
68 }
71 if( work == NULL ) {
73 goto exit_level_1;
74 }
75
77 ab, ldab, b, ldb, x, ldx, ferr, berr, work,
78 rwork );
79
81exit_level_1:
83exit_level_0:
86 }
87 return info;
88}
#define lapack_complex_float
#define LAPACK_WORK_MEMORY_ERROR
int LAPACKE_get_nancheck(void)
#define LAPACKE_malloc(size)
lapack_int LAPACKE_ctbrfs_work(int matrix_layout, char uplo, char trans, char diag, lapack_int n, lapack_int kd, lapack_int nrhs, const lapack_complex_float *ab, lapack_int ldab, const lapack_complex_float *b, lapack_int ldb, const lapack_complex_float *x, lapack_int ldx, float *ferr, float *berr, lapack_complex_float *work, float *rwork)
void LAPACKE_xerbla(const char *name, lapack_int info)
lapack_logical LAPACKE_ctb_nancheck(int matrix_layout, char uplo, char diag, lapack_int n, lapack_int kd, const lapack_complex_float *ab, lapack_int ldab)
lapack_logical LAPACKE_cge_nancheck(int matrix_layout, lapack_int m, lapack_int n, const lapack_complex_float *a, lapack_int lda)