50 LAPACK_dgerfsx( &trans, &equed, &n, &nrhs, a, &lda, af, &ldaf, ipiv, r,
51 c, b, &ldb, x, &ldx, rcond, berr, &n_err_bnds,
52 err_bnds_norm, err_bnds_comp, &nparams, params, work,
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 ) {
128 LAPACK_dgerfsx( &trans, &equed, &n, &nrhs, a_t, &lda_t, af_t, &ldaf_t,
129 ipiv, r, c, b_t, &ldb_t, x_t, &ldx_t, rcond, berr,
130 &n_err_bnds, err_bnds_norm_t, err_bnds_comp_t, &nparams,
131 params, work, iwork, &info );
138 nrhs, err_bnds_norm, nrhs );
140 nrhs, err_bnds_comp, nrhs );
void LAPACK_dgerfsx(char const *trans, char const *equed, lapack_int const *n, lapack_int const *nrhs, double const *A, lapack_int const *lda, double const *AF, lapack_int const *ldaf, lapack_int const *ipiv, double const *R, double const *C, double const *B, lapack_int const *ldb, double *X, lapack_int const *ldx, double *rcond, double *berr, lapack_int const *n_err_bnds, double *err_bnds_norm, double *err_bnds_comp, lapack_int const *nparams, double *params, double *work, lapack_int *iwork, lapack_int *info)
#define LAPACKE_malloc(size)
#define LAPACK_TRANSPOSE_MEMORY_ERROR
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)