42 double* err_bnds_norm,
double* err_bnds_comp,
50 equed, s, b, &ldb,
x, &ldx, rcond, rpvgrw, berr,
51 &n_err_bnds, err_bnds_norm, err_bnds_comp, &nparams,
52 params, work, iwork, &info );
65 double* err_bnds_norm_t = NULL;
66 double* err_bnds_comp_t = NULL;
109 err_bnds_norm_t = (
double*)
111 if( err_bnds_norm_t == NULL ) {
115 err_bnds_comp_t = (
double*)
117 if( err_bnds_comp_t == NULL ) {
129 ipiv, equed, s, b_t, &ldb_t, x_t, &ldx_t, rcond, rpvgrw,
130 berr, &n_err_bnds, err_bnds_norm_t, err_bnds_comp_t,
131 &nparams, params, work, iwork, &info );
148 nrhs, err_bnds_norm, n_err_bnds );
150 nrhs, err_bnds_comp, n_err_bnds );
lapack_int LAPACKE_dsysvxx_work(int matrix_layout, char fact, char uplo, lapack_int n, lapack_int nrhs, double *a, lapack_int lda, double *af, lapack_int ldaf, lapack_int *ipiv, char *equed, double *s, double *b, lapack_int ldb, double *x, lapack_int ldx, double *rcond, double *rpvgrw, double *berr, lapack_int n_err_bnds, double *err_bnds_norm, double *err_bnds_comp, lapack_int nparams, double *params, double *work, lapack_int *iwork)
void LAPACKE_dge_trans(int matrix_layout, lapack_int m, lapack_int n, const double *in, lapack_int ldin, double *out, lapack_int ldout)
void LAPACKE_dsy_trans(int matrix_layout, char uplo, lapack_int n, const double *in, lapack_int ldin, double *out, lapack_int ldout)