Go to the source code of this file.
◆ LAPACKE_dppcon()
| lapack_int LAPACKE_dppcon |
( |
int | matrix_layout, |
|
|
char | uplo, |
|
|
lapack_int | n, |
|
|
const double * | ap, |
|
|
double | anorm, |
|
|
double * | rcond ) |
Definition at line 35 of file lapacke_dppcon.c.
37{
40 double* work = NULL;
43 return -1;
44 }
45#ifndef LAPACK_DISABLE_NAN_CHECK
47
49 return -5;
50 }
52 return -4;
53 }
54 }
55#endif
56
58 if( iwork == NULL ) {
60 goto exit_level_0;
61 }
63 if( work == NULL ) {
65 goto exit_level_1;
66 }
67
69 iwork );
70
72exit_level_1:
74exit_level_0:
77 }
78 return info;
79}
#define LAPACK_WORK_MEMORY_ERROR
lapack_int LAPACKE_dppcon_work(int matrix_layout, char uplo, lapack_int n, const double *ap, double anorm, double *rcond, double *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_d_nancheck(lapack_int n, const double *x, lapack_int incx)
lapack_logical LAPACKE_dpp_nancheck(lapack_int n, const double *ap)