 |
LAPACK
3.9.0
LAPACK: Linear Algebra PACKage
|
Go to the documentation of this file.
41 double* ferr,
double* berr )
50 #ifndef LAPACK_DISABLE_NAN_CHECK
80 ipiv, b, ldb, x, ldx, ferr, berr, work, iwork );
lapack_logical LAPACKE_dge_nancheck(int matrix_layout, lapack_int m, lapack_int n, const double *a, lapack_int lda)
#define LAPACK_WORK_MEMORY_ERROR
void LAPACKE_xerbla(const char *name, lapack_int info)
lapack_int LAPACKE_dsyrfs(int matrix_layout, char uplo, lapack_int n, lapack_int nrhs, const double *a, lapack_int lda, const double *af, lapack_int ldaf, const lapack_int *ipiv, const double *b, lapack_int ldb, double *x, lapack_int ldx, double *ferr, double *berr)
#define LAPACKE_malloc(size)
int LAPACKE_get_nancheck()
lapack_logical LAPACKE_dsy_nancheck(int matrix_layout, char uplo, lapack_int n, const double *a, lapack_int lda)
lapack_int LAPACKE_dsyrfs_work(int matrix_layout, char uplo, lapack_int n, lapack_int nrhs, const double *a, lapack_int lda, const double *af, lapack_int ldaf, const lapack_int *ipiv, const double *b, lapack_int ldb, double *x, lapack_int ldx, double *ferr, double *berr, double *work, lapack_int *iwork)