Go to the source code of this file.
◆ LAPACKE_cpbcon()
Definition at line 35 of file lapacke_cpbcon.c.
38{
40 float* rwork = 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( rwork == NULL ) {
61 goto exit_level_0;
62 }
65 if( work == NULL ) {
67 goto exit_level_1;
68 }
69
71 rcond, work, rwork );
72
74exit_level_1:
76exit_level_0:
79 }
80 return info;
81}
#define lapack_complex_float
#define LAPACK_WORK_MEMORY_ERROR
int LAPACKE_get_nancheck(void)
#define LAPACKE_malloc(size)
lapack_int LAPACKE_cpbcon_work(int matrix_layout, char uplo, lapack_int n, lapack_int kd, const lapack_complex_float *ab, lapack_int ldab, float anorm, float *rcond, lapack_complex_float *work, float *rwork)
lapack_logical LAPACKE_cpb_nancheck(int matrix_layout, char uplo, lapack_int n, lapack_int kd, const lapack_complex_float *ab, lapack_int ldab)
void LAPACKE_xerbla(const char *name, lapack_int info)
lapack_logical LAPACKE_s_nancheck(lapack_int n, const float *x, lapack_int incx)