43 const double* r,
const double* c,
46 double* rcond,
double* berr,
55 LAPACK_zgbrfsx( &trans, &equed, &n, &kl, &ku, &nrhs, ab, &ldab, afb,
56 &ldafb, ipiv, r, c, b, &ldb, x, &ldx, rcond, berr,
57 &n_err_bnds, err_bnds_norm, err_bnds_comp, &nparams,
58 params, work, rwork, &info );
71 double* err_bnds_norm_t = NULL;
72 double* err_bnds_comp_t = NULL;
103 ldafb_t *
MAX(1,n) );
104 if( afb_t == NULL ) {
110 ldb_t *
MAX(1,nrhs) );
117 ldx_t *
MAX(1,nrhs) );
122 err_bnds_norm_t = (
double*)
124 if( err_bnds_norm_t == NULL ) {
128 err_bnds_comp_t = (
double*)
130 if( err_bnds_comp_t == NULL ) {
141 LAPACK_zgbrfsx( &trans, &equed, &n, &kl, &ku, &nrhs, ab_t, &ldab_t,
142 afb_t, &ldafb_t, ipiv, r, c, b_t, &ldb_t, x_t, &ldx_t,
143 rcond, berr, &n_err_bnds, err_bnds_norm_t,
144 err_bnds_comp_t, &nparams, params, work, rwork, &info );
151 nrhs, err_bnds_norm, nrhs );
153 nrhs, err_bnds_comp, nrhs );