41 char* equed,
float* r,
float* c,
44 float* rcond,
float* rpvgrw,
float* berr,
53 LAPACK_cgbsvxx( &fact, &trans, &n, &kl, &ku, &nrhs, ab, &ldab, afb,
54 &ldafb, ipiv, equed, r, c, b, &ldb, x, &ldx, rcond,
55 rpvgrw, berr, &n_err_bnds, err_bnds_norm, err_bnds_comp,
56 &nparams, params, work, rwork, &info );
69 float* err_bnds_norm_t = NULL;
70 float* err_bnds_comp_t = NULL;
101 if( afb_t == NULL ) {
107 ldb_t *
MAX(1,nrhs) );
114 ldx_t *
MAX(1,nrhs) );
119 err_bnds_norm_t = (
float*)
121 if( err_bnds_norm_t == NULL ) {
125 err_bnds_comp_t = (
float*)
127 if( err_bnds_comp_t == NULL ) {
139 LAPACK_cgbsvxx( &fact, &trans, &n, &kl, &ku, &nrhs, ab_t, &ldab_t,
140 afb_t, &ldafb_t, ipiv, equed, r, c, b_t, &ldb_t, x_t,
141 &ldx_t, rcond, rpvgrw, berr, &n_err_bnds,
142 err_bnds_norm_t, err_bnds_comp_t, &nparams, params,
143 work, rwork, &info );
155 ldafb_t, afb, ldafb );
163 nrhs, err_bnds_norm, n_err_bnds );
165 nrhs, err_bnds_comp, n_err_bnds );