39 char* equed,
float* s,
float* b,
41 float* rcond,
float* rpvgrw,
float* berr,
44 float* params,
float* work,
lapack_int* iwork )
49 LAPACK_sposvxx( &fact, &uplo, &n, &nrhs, a, &lda, af, &ldaf, equed, s,
50 b, &ldb, x, &ldx, rcond, rpvgrw, berr, &n_err_bnds,
51 err_bnds_norm, err_bnds_comp, &nparams, params, work,
65 float* err_bnds_norm_t = NULL;
66 float* err_bnds_comp_t = NULL;
109 err_bnds_norm_t = (
float*)
111 if( err_bnds_norm_t == NULL ) {
115 err_bnds_comp_t = (
float*)
117 if( err_bnds_comp_t == NULL ) {
128 LAPACK_sposvxx( &fact, &uplo, &n, &nrhs, a_t, &lda_t, af_t, &ldaf_t,
129 equed, s, b_t, &ldb_t, x_t, &ldx_t, rcond, rpvgrw, berr,
130 &n_err_bnds, err_bnds_norm_t, err_bnds_comp_t, &nparams,
131 params, work, iwork, &info );
146 nrhs, err_bnds_norm, n_err_bnds );
148 nrhs, err_bnds_comp, n_err_bnds );