42 double* rpvgrw,
double* berr,
45 double* params,
double* work,
51 LAPACK_dgesvxx( &fact, &trans, &n, &nrhs, a, &lda, af, &ldaf, ipiv,
52 equed, r, c, b, &ldb, x, &ldx, rcond, rpvgrw, berr,
53 &n_err_bnds, err_bnds_norm, err_bnds_comp, &nparams,
54 params, work, iwork, &info );
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 ) {
130 LAPACK_dgesvxx( &fact, &trans, &n, &nrhs, a_t, &lda_t, af_t, &ldaf_t,
131 ipiv, equed, r, c, b_t, &ldb_t, x_t, &ldx_t, rcond,
132 rpvgrw, berr, &n_err_bnds, err_bnds_norm_t,
133 err_bnds_comp_t, &nparams, params, work, iwork, &info );
151 nrhs, err_bnds_norm, n_err_bnds );
153 nrhs, err_bnds_comp, n_err_bnds );