 |
LAPACK
3.9.0
LAPACK: Linear Algebra PACKage
|
Go to the documentation of this file.
37 double anorm,
double* rcond )
41 #ifndef LAPACK_DISABLE_NAN_CHECK
lapack_int LAPACKE_dptcon(lapack_int n, const double *d, const double *e, double anorm, double *rcond)
#define LAPACK_WORK_MEMORY_ERROR
void LAPACKE_xerbla(const char *name, lapack_int info)
lapack_int LAPACKE_dptcon_work(lapack_int n, const double *d, const double *e, double anorm, double *rcond, double *work)
#define LAPACKE_malloc(size)
lapack_logical LAPACKE_d_nancheck(lapack_int n, const double *x, lapack_int incx)
int LAPACKE_get_nancheck()