44 float* err_bnds_norm,
float* err_bnds_comp,
51 LAPACK_cposvxx( &fact, &uplo, &n, &nrhs, a, &lda, af, &ldaf, equed, s,
52 b, &ldb, x, &ldx, rcond, rpvgrw, berr, &n_err_bnds,
53 err_bnds_norm, err_bnds_comp, &nparams, params, work,
67 float* err_bnds_norm_t = NULL;
68 float* err_bnds_comp_t = NULL;
105 ldb_t *
MAX(1,nrhs) );
112 ldx_t *
MAX(1,nrhs) );
117 err_bnds_norm_t = (
float*)
119 if( err_bnds_norm_t == NULL ) {
123 err_bnds_comp_t = (
float*)
125 if( err_bnds_comp_t == NULL ) {
136 LAPACK_cposvxx( &fact, &uplo, &n, &nrhs, a_t, &lda_t, af_t, &ldaf_t,
137 equed, s, b_t, &ldb_t, x_t, &ldx_t, rcond, rpvgrw, berr,
138 &n_err_bnds, err_bnds_norm_t, err_bnds_comp_t, &nparams,
139 params, work, rwork, &info );
154 nrhs, err_bnds_norm, n_err_bnds );
156 nrhs, err_bnds_comp, n_err_bnds );