49 LAPACK_dposvxx( &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 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 ) {
128 LAPACK_dposvxx( &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 );
void LAPACK_dposvxx(char const *fact, char const *uplo, lapack_int const *n, lapack_int const *nrhs, double *A, lapack_int const *lda, double *AF, lapack_int const *ldaf, char *equed, double *S, double *B, lapack_int const *ldb, double *X, lapack_int const *ldx, double *rcond, double *rpvgrw, double *berr, lapack_int const *n_err_bnds, double *err_bnds_norm, double *err_bnds_comp, lapack_int const *nparams, double *params, double *work, lapack_int *iwork, lapack_int *info)
#define LAPACKE_malloc(size)
#define LAPACK_TRANSPOSE_MEMORY_ERROR
lapack_logical LAPACKE_lsame(char ca, char cb)
void LAPACKE_xerbla(const char *name, lapack_int info)
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_dpo_trans(int matrix_layout, char uplo, lapack_int n, const double *in, lapack_int ldin, double *out, lapack_int ldout)