41 const double* r,
const double* c,
46 double* params,
double* work,
52 LAPACK_dgbrfsx( &trans, &equed, &n, &kl, &ku, &nrhs, ab, &ldab, afb,
53 &ldafb, ipiv, r, c, b, &ldb, x, &ldx, rcond, berr,
54 &n_err_bnds, err_bnds_norm, err_bnds_comp, &nparams,
55 params, work, iwork, &info );
68 double* err_bnds_norm_t = NULL;
69 double* err_bnds_comp_t = NULL;
112 err_bnds_norm_t = (
double*)
114 if( err_bnds_norm_t == NULL ) {
118 err_bnds_comp_t = (
double*)
120 if( err_bnds_comp_t == NULL ) {
131 LAPACK_dgbrfsx( &trans, &equed, &n, &kl, &ku, &nrhs, ab_t, &ldab_t,
132 afb_t, &ldafb_t, ipiv, r, c, b_t, &ldb_t, x_t, &ldx_t,
133 rcond, berr, &n_err_bnds, err_bnds_norm_t,
134 err_bnds_comp_t, &nparams, params, work, iwork, &info );
141 nrhs, err_bnds_norm, nrhs );
143 nrhs, err_bnds_comp, nrhs );