47{
49 float* rwork = NULL;
53 return -1;
54 }
55#ifndef LAPACK_DISABLE_NAN_CHECK
57
59 return -13;
60 }
62 return -6;
63 }
65 return -9;
66 }
68 return -5;
69 }
71 return -8;
72 }
74 return -7;
75 }
77 return -11;
78 }
80 return -10;
81 }
83 return -15;
84 }
85 }
86#endif
87
89 if( rwork == NULL ) {
91 goto exit_level_0;
92 }
95 if( work == NULL ) {
97 goto exit_level_1;
98 }
99
101 df, duf, du2, ipiv, b, ldb, x, ldx, ferr, berr,
102 work, rwork );
103
105exit_level_1:
107exit_level_0:
110 }
111 return info;
112}
#define lapack_complex_float
#define LAPACK_WORK_MEMORY_ERROR
int LAPACKE_get_nancheck(void)
#define LAPACKE_malloc(size)
lapack_int LAPACKE_cgtrfs_work(int matrix_layout, char trans, lapack_int n, lapack_int nrhs, const lapack_complex_float *dl, const lapack_complex_float *d, const lapack_complex_float *du, const lapack_complex_float *dlf, const lapack_complex_float *df, const lapack_complex_float *duf, const lapack_complex_float *du2, 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)
void LAPACKE_xerbla(const char *name, lapack_int info)
lapack_logical LAPACKE_c_nancheck(lapack_int n, const lapack_complex_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)