Go to the source code of this file.
◆ LAPACKE_dpbcon()
Definition at line 35 of file lapacke_dpbcon.c.
38{
41 double* 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
int LAPACKE_get_nancheck(void)
#define LAPACKE_malloc(size)
lapack_int LAPACKE_dpbcon_work(int matrix_layout, char uplo, lapack_int n, lapack_int kd, const double *ab, lapack_int ldab, double anorm, double *rcond, double *work, lapack_int *iwork)
void LAPACKE_xerbla(const char *name, lapack_int info)
lapack_logical LAPACKE_d_nancheck(lapack_int n, const double *x, lapack_int incx)
lapack_logical LAPACKE_dpb_nancheck(int matrix_layout, char uplo, lapack_int n, lapack_int kd, const double *ab, lapack_int ldab)