41 double* rpvgrw,
double* berr,
44 double* params,
double* work,
50 LAPACK_dgesvxx( &fact, &trans, &n, &nrhs, a, &lda, af, &ldaf, ipiv,
51 equed, r, c, b, &ldb, x, &ldx, rcond, rpvgrw, berr,
52 &n_err_bnds, err_bnds_norm, err_bnds_comp, &nparams,
53 params, work, iwork, &info );
66 double* err_bnds_norm_t = NULL;
67 double* err_bnds_comp_t = NULL;
110 err_bnds_norm_t = (
double*)
112 if( err_bnds_norm_t == NULL ) {
116 err_bnds_comp_t = (
double*)
118 if( err_bnds_comp_t == NULL ) {
129 LAPACK_dgesvxx( &fact, &trans, &n, &nrhs, a_t, &lda_t, af_t, &ldaf_t,
130 ipiv, equed, r, c, b_t, &ldb_t, x_t, &ldx_t, rcond,
131 rpvgrw, berr, &n_err_bnds, err_bnds_norm_t,
132 err_bnds_comp_t, &nparams, params, work, iwork, &info );
150 nrhs, err_bnds_norm, n_err_bnds );
152 nrhs, err_bnds_comp, n_err_bnds );
#define LAPACK_dgesvxx(...)
#define LAPACKE_malloc(size)
#define LAPACK_TRANSPOSE_MEMORY_ERROR
lapack_int LAPACKE_dgesvxx_work(int matrix_layout, char fact, char trans, lapack_int n, lapack_int nrhs, double *a, lapack_int lda, double *af, lapack_int ldaf, lapack_int *ipiv, char *equed, double *r, double *c, double *b, lapack_int ldb, double *x, lapack_int ldx, double *rcond, double *rpvgrw, double *berr, lapack_int n_err_bnds, double *err_bnds_norm, double *err_bnds_comp, lapack_int nparams, double *params, double *work, lapack_int *iwork)
lapack_logical LAPACKE_lsame(char ca, char cb)
void LAPACKE_xerbla(const char *name, lapack_int info)
void LAPACKE_dge_trans(int matrix_layout, lapack_int m, lapack_int n, const double *in, lapack_int ldin, double *out, lapack_int ldout)