41 const float* r,
const float* c,
const float* b,
43 float* rcond,
float* berr,
46 float* params,
float* work,
lapack_int* iwork )
51 LAPACK_sgbrfsx( &trans, &equed, &n, &kl, &ku, &nrhs, ab, &ldab, afb,
52 &ldafb, ipiv, r, c, b, &ldb, x, &ldx, rcond, berr,
53 &n_err_bnds, err_bnds_norm, err_bnds_comp, &nparams,
54 params, work, iwork, &info );
67 float* err_bnds_norm_t = NULL;
68 float* err_bnds_comp_t = NULL;
111 err_bnds_norm_t = (
float*)
113 if( err_bnds_norm_t == NULL ) {
117 err_bnds_comp_t = (
float*)
119 if( err_bnds_comp_t == NULL ) {
130 LAPACK_sgbrfsx( &trans, &equed, &n, &kl, &ku, &nrhs, ab_t, &ldab_t,
131 afb_t, &ldafb_t, ipiv, r, c, b_t, &ldb_t, x_t, &ldx_t,
132 rcond, berr, &n_err_bnds, err_bnds_norm_t,
133 err_bnds_comp_t, &nparams, params, work, iwork, &info );
140 nrhs, err_bnds_norm, nrhs );
142 nrhs, err_bnds_comp, nrhs );