Go to the source code of this file.
◆ LAPACKE_spbcon()
Definition at line 35 of file lapacke_spbcon.c.
38{
41 float* work = NULL;
44 return -1;
45 }
46#ifndef LAPACK_DISABLE_NAN_CHECK
48
50 return -5;
51 }
53 return -7;
54 }
55 }
56#endif
57
59 if( iwork == NULL ) {
61 goto exit_level_0;
62 }
64 if( work == NULL ) {
66 goto exit_level_1;
67 }
68
70 rcond, work, iwork );
71
73exit_level_1:
75exit_level_0:
78 }
79 return info;
80}
#define LAPACK_WORK_MEMORY_ERROR
lapack_int LAPACKE_spbcon_work(int matrix_layout, char uplo, lapack_int n, lapack_int kd, const float *ab, lapack_int ldab, float anorm, float *rcond, float *work, lapack_int *iwork)
int LAPACKE_get_nancheck(void)
#define LAPACKE_malloc(size)
void LAPACKE_xerbla(const char *name, lapack_int info)
lapack_logical LAPACKE_s_nancheck(lapack_int n, const float *x, lapack_int incx)
lapack_logical LAPACKE_spb_nancheck(int matrix_layout, char uplo, lapack_int n, lapack_int kd, const float *ab, lapack_int ldab)