43 float* rcond,
float* rpvgrw,
float* berr,
53 equed, s, b, &ldb, x, &ldx, rcond, rpvgrw, berr,
54 &n_err_bnds, err_bnds_norm, err_bnds_comp, &nparams,
55 params, work, rwork, &info );
68 float* err_bnds_norm_t = NULL;
69 float* err_bnds_comp_t = NULL;
106 ldb_t *
MAX(1,nrhs) );
113 ldx_t *
MAX(1,nrhs) );
118 err_bnds_norm_t = (
float*)
120 if( err_bnds_norm_t == NULL ) {
124 err_bnds_comp_t = (
float*)
126 if( err_bnds_comp_t == NULL ) {
137 LAPACK_chesvxx( &fact, &uplo, &n, &nrhs, a_t, &lda_t, af_t, &ldaf_t,
138 ipiv, equed, s, b_t, &ldb_t, x_t, &ldx_t, rcond, rpvgrw,
139 berr, &n_err_bnds, err_bnds_norm_t, err_bnds_comp_t,
140 &nparams, params, work, rwork, &info );
157 nrhs, err_bnds_norm, n_err_bnds );
159 nrhs, err_bnds_comp, n_err_bnds );