Go to the source code of this file.
◆ LAPACKE_dptcon()
| lapack_int LAPACKE_dptcon |
( |
lapack_int | n, |
|
|
const double * | d, |
|
|
const double * | e, |
|
|
double | anorm, |
|
|
double * | rcond ) |
Definition at line 35 of file lapacke_dptcon.c.
37{
39 double* work = NULL;
40#ifndef LAPACK_DISABLE_NAN_CHECK
42
44 return -4;
45 }
47 return -2;
48 }
50 return -3;
51 }
52 }
53#endif
54
56 if( work == NULL ) {
58 goto exit_level_0;
59 }
60
62
64exit_level_0:
67 }
68 return info;
69}
#define LAPACK_WORK_MEMORY_ERROR
int LAPACKE_get_nancheck(void)
#define LAPACKE_malloc(size)
lapack_int LAPACKE_dptcon_work(lapack_int n, const double *d, const double *e, double anorm, double *rcond, double *work)
void LAPACKE_xerbla(const char *name, lapack_int info)
lapack_logical LAPACKE_d_nancheck(lapack_int n, const double *x, lapack_int incx)