44 float* params,
float* work,
lapack_int* iwork )
49 LAPACK_sporfsx( &uplo, &equed, &n, &nrhs, a, &lda, af, &ldaf, s, b,
50 &ldb, x, &ldx, rcond, berr, &n_err_bnds, err_bnds_norm,
51 err_bnds_comp, &nparams, params, work, iwork, &info );
64 float* err_bnds_norm_t = NULL;
65 float* err_bnds_comp_t = NULL;
108 err_bnds_norm_t = (
float*)
110 if( err_bnds_norm_t == NULL ) {
114 err_bnds_comp_t = (
float*)
116 if( err_bnds_comp_t == NULL ) {
126 LAPACK_sporfsx( &uplo, &equed, &n, &nrhs, a_t, &lda_t, af_t, &ldaf_t, s,
127 b_t, &ldb_t, x_t, &ldx_t, rcond, berr, &n_err_bnds,
128 err_bnds_norm_t, err_bnds_comp_t, &nparams, params,
129 work, iwork, &info );
136 nrhs, err_bnds_norm, nrhs );
138 nrhs, err_bnds_comp, nrhs );