 |
LAPACK
3.9.0
LAPACK: Linear Algebra PACKage
|
Go to the documentation of this file.
38 float anorm,
float* rcond )
47 #ifndef LAPACK_DISABLE_NAN_CHECK
lapack_logical LAPACKE_s_nancheck(lapack_int n, const float *x, lapack_int incx)
lapack_logical LAPACKE_cpo_nancheck(int matrix_layout, char uplo, lapack_int n, const lapack_complex_float *a, lapack_int lda)
#define LAPACK_WORK_MEMORY_ERROR
void LAPACKE_xerbla(const char *name, lapack_int info)
#define lapack_complex_float
lapack_int LAPACKE_cpocon(int matrix_layout, char uplo, lapack_int n, const lapack_complex_float *a, lapack_int lda, float anorm, float *rcond)
#define LAPACKE_malloc(size)
lapack_int LAPACKE_cpocon_work(int matrix_layout, char uplo, lapack_int n, const lapack_complex_float *a, lapack_int lda, float anorm, float *rcond, lapack_complex_float *work, float *rwork)
int LAPACKE_get_nancheck()