43 float* err_bnds_norm,
float* err_bnds_comp,
44 lapack_int nparams,
float* params,
float* work,
50 LAPACK_sgesvxx( &fact, &trans, &n, &nrhs, a, &lda, af, &ldaf, ipiv,
51 equed, r, c, b, &ldb, x, &ldx, rcond, rpvgrw, berr,
52 &n_err_bnds, err_bnds_norm, err_bnds_comp, &nparams,
53 params, work, iwork, &info );
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 ) {
129 LAPACK_sgesvxx( &fact, &trans, &n, &nrhs, a_t, &lda_t, af_t, &ldaf_t,
130 ipiv, equed, r, c, b_t, &ldb_t, x_t, &ldx_t, rcond,
131 rpvgrw, berr, &n_err_bnds, err_bnds_norm_t,
132 err_bnds_comp_t, &nparams, params, work, iwork, &info );
150 nrhs, err_bnds_norm, n_err_bnds );
152 nrhs, err_bnds_comp, n_err_bnds );