40 char* equed,
double* s,
43 double* rcond,
double* rpvgrw,
double* berr,
52 LAPACK_zposvxx( &fact, &uplo, &n, &nrhs, a, &lda, af, &ldaf, equed, s,
53 b, &ldb, x, &ldx, rcond, rpvgrw, berr, &n_err_bnds,
54 err_bnds_norm, err_bnds_comp, &nparams, params, work,
68 double* err_bnds_norm_t = NULL;
69 double* err_bnds_comp_t = NULL;
106 ldb_t *
MAX(1,nrhs) );
113 ldx_t *
MAX(1,nrhs) );
118 err_bnds_norm_t = (
double*)
120 if( err_bnds_norm_t == NULL ) {
124 err_bnds_comp_t = (
double*)
126 if( err_bnds_comp_t == NULL ) {
137 LAPACK_zposvxx( &fact, &uplo, &n, &nrhs, a_t, &lda_t, af_t, &ldaf_t,
138 equed, s, b_t, &ldb_t, x_t, &ldx_t, rcond, rpvgrw, berr,
139 &n_err_bnds, err_bnds_norm_t, err_bnds_comp_t, &nparams,
140 params, work, rwork, &info );
155 nrhs, err_bnds_norm, n_err_bnds );
157 nrhs, err_bnds_comp, n_err_bnds );