37 const float* d,
const float* e,
const float* df,
38 const float* ef,
const float* b,
lapack_int ldb,
39 float* x,
lapack_int ldx,
float* ferr,
float* berr )
47 #ifndef LAPACK_DISABLE_NAN_CHECK
75 info =
LAPACKE_sptrfs_work( matrix_layout, n, nrhs, d, e, df, ef, b, ldb, x,
76 ldx, ferr, berr, work );
#define LAPACK_WORK_MEMORY_ERROR
lapack_logical LAPACKE_sge_nancheck(int matrix_layout, lapack_int m, lapack_int n, const float *a, lapack_int lda)
lapack_logical LAPACKE_s_nancheck(lapack_int n, const float *x, lapack_int incx)
lapack_int LAPACKE_sptrfs_work(int matrix_layout, lapack_int n, lapack_int nrhs, const float *d, const float *e, const float *df, const float *ef, const float *b, lapack_int ldb, float *x, lapack_int ldx, float *ferr, float *berr, float *work)
#define LAPACKE_malloc(size)
lapack_int LAPACKE_sptrfs(int matrix_layout, lapack_int n, lapack_int nrhs, const float *d, const float *e, const float *df, const float *ef, const float *b, lapack_int ldb, float *x, lapack_int ldx, float *ferr, float *berr)
void LAPACKE_xerbla(const char *name, lapack_int info)