43 const float* r,
const float* c,
46 float* rcond,
float* berr,
55 LAPACK_cgbrfsx( &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 float* err_bnds_norm_t = NULL;
72 float* err_bnds_comp_t = NULL;
103 if( afb_t == NULL ) {
109 ldb_t *
MAX(1,nrhs) );
116 ldx_t *
MAX(1,nrhs) );
121 err_bnds_norm_t = (
float*)
123 if( err_bnds_norm_t == NULL ) {
127 err_bnds_comp_t = (
float*)
129 if( err_bnds_comp_t == NULL ) {
140 LAPACK_cgbrfsx( &trans, &equed, &n, &kl, &ku, &nrhs, ab_t, &ldab_t,
141 afb_t, &ldafb_t, ipiv, r, c, b_t, &ldb_t, x_t, &ldx_t,
142 rcond, berr, &n_err_bnds, err_bnds_norm_t,
143 err_bnds_comp_t, &nparams, params, work, rwork, &info );
150 nrhs, err_bnds_norm, nrhs );
152 nrhs, err_bnds_comp, nrhs );