38{
40 float res = 0.;
41 float* work = NULL;
44 return -1;
45 }
46#ifndef LAPACK_DISABLE_NAN_CHECK
48
50 return -6;
51 }
52 }
53#endif
54
57 if( work == NULL ) {
59 goto exit_level_0;
60 }
61 }
62
64
67 }
68exit_level_0:
71 }
72 return res;
73}
#define LAPACK_WORK_MEMORY_ERROR
float LAPACKE_slangb_work(int matrix_layout, char norm, lapack_int n, lapack_int kl, lapack_int ku, const float *ab, lapack_int ldab, float *work)
int LAPACKE_get_nancheck(void)
#define LAPACKE_malloc(size)
lapack_logical LAPACKE_lsame(char ca, char cb)
void LAPACKE_xerbla(const char *name, lapack_int info)
lapack_logical LAPACKE_sgb_nancheck(int matrix_layout, lapack_int m, lapack_int n, lapack_int kl, lapack_int ku, const float *ab, lapack_int ldab)