40 const float* r,
const float* c,
const float* b,
42 float* rcond,
float* berr,
45 float* params,
float* work,
lapack_int* iwork )
50 LAPACK_sgerfsx( &trans, &equed, &n, &nrhs, a, &lda, af, &ldaf, ipiv, r,
51 c, b, &ldb, x, &ldx, rcond, berr, &n_err_bnds,
52 err_bnds_norm, err_bnds_comp, &nparams, params, work,
66 float* err_bnds_norm_t = NULL;
67 float* err_bnds_comp_t = NULL;
110 err_bnds_norm_t = (
float*)
112 if( err_bnds_norm_t == NULL ) {
116 err_bnds_comp_t = (
float*)
118 if( err_bnds_comp_t == NULL ) {
128 LAPACK_sgerfsx( &trans, &equed, &n, &nrhs, a_t, &lda_t, af_t, &ldaf_t,
129 ipiv, r, c, b_t, &ldb_t, x_t, &ldx_t, rcond, berr,
130 &n_err_bnds, err_bnds_norm_t, err_bnds_comp_t, &nparams,
131 params, work, iwork, &info );
138 nrhs, err_bnds_norm, nrhs );
140 nrhs, err_bnds_comp, nrhs );