43 double* rpvgrw,
double* berr,
46 double* params,
double* work,
52 LAPACK_dgbsvxx( &fact, &trans, &n, &kl, &ku, &nrhs, ab, &ldab, afb,
53 &ldafb, ipiv, equed, r, c, b, &ldb, x, &ldx, rcond,
54 rpvgrw, berr, &n_err_bnds, err_bnds_norm, err_bnds_comp,
55 &nparams, 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 ) {
132 LAPACK_dgbsvxx( &fact, &trans, &n, &kl, &ku, &nrhs, ab_t, &ldab_t,
133 afb_t, &ldafb_t, ipiv, equed, r, c, b_t, &ldb_t, x_t,
134 &ldx_t, rcond, rpvgrw, berr, &n_err_bnds,
135 err_bnds_norm_t, err_bnds_comp_t, &nparams, params,
136 work, iwork, &info );
148 ldafb_t, afb, ldafb );
156 nrhs, err_bnds_norm, n_err_bnds );
158 nrhs, err_bnds_comp, n_err_bnds );