51 LAPACK_dgerfsx( &trans, &equed, &n, &nrhs, a, &lda, af, &ldaf, ipiv, r,
52 c, b, &ldb, x, &ldx, rcond, berr, &n_err_bnds,
53 err_bnds_norm, err_bnds_comp, &nparams, params, work,
67 double* err_bnds_norm_t = NULL;
68 double* err_bnds_comp_t = NULL;
111 err_bnds_norm_t = (
double*)
113 if( err_bnds_norm_t == NULL ) {
117 err_bnds_comp_t = (
double*)
119 if( err_bnds_comp_t == NULL ) {
129 LAPACK_dgerfsx( &trans, &equed, &n, &nrhs, a_t, &lda_t, af_t, &ldaf_t,
130 ipiv, r, c, b_t, &ldb_t, x_t, &ldx_t, rcond, berr,
131 &n_err_bnds, err_bnds_norm_t, err_bnds_comp_t, &nparams,
132 params, work, iwork, &info );
139 nrhs, err_bnds_norm, nrhs );
141 nrhs, err_bnds_comp, nrhs );
void LAPACKE_dge_trans(int matrix_layout, lapack_int m, lapack_int n, const double *in, lapack_int ldin, double *out, lapack_int ldout)
void LAPACK_dgerfsx(char *trans, char *equed, lapack_int *n, lapack_int *nrhs, const double *a, lapack_int *lda, const double *af, lapack_int *ldaf, const lapack_int *ipiv, const double *r, const double *c, const double *b, lapack_int *ldb, double *x, lapack_int *ldx, double *rcond, 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_int *info)
#define LAPACKE_malloc(size)
void LAPACKE_xerbla(const char *name, lapack_int info)
#define LAPACK_TRANSPOSE_MEMORY_ERROR