41 const float* r,
const float* c,
44 float* rcond,
float* berr,
53 LAPACK_cgerfsx( &trans, &equed, &n, &nrhs, a, &lda, af, &ldaf, ipiv, r,
54 c, b, &ldb, x, &ldx, rcond, berr, &n_err_bnds,
55 err_bnds_norm, err_bnds_comp, &nparams, params, work,
69 float* err_bnds_norm_t = NULL;
70 float* err_bnds_comp_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 ) {
137 LAPACK_cgerfsx( &trans, &equed, &n, &nrhs, a_t, &lda_t, af_t, &ldaf_t,
138 ipiv, r, c, b_t, &ldb_t, x_t, &ldx_t, rcond, berr,
139 &n_err_bnds, err_bnds_norm_t, err_bnds_comp_t, &nparams,
140 params, work, rwork, &info );
147 nrhs, err_bnds_norm, nrhs );
149 nrhs, err_bnds_comp, nrhs );