38 double* afp,
char* equed,
double* s,
double* b,
40 double* rcond,
double* ferr,
double* berr,
46 LAPACK_dppsvx( &fact, &uplo, &n, &nrhs, ap, afp, equed, s, b, &ldb, x,
47 &ldx, rcond, ferr, berr, work, iwork, &info );
99 LAPACK_dppsvx( &fact, &uplo, &n, &nrhs, ap_t, afp_t, equed, s, b_t,
100 &ldb_t, x_t, &ldx_t, rcond, ferr, berr, work, 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_dpp_trans(int matrix_layout, char uplo, lapack_int n, const double *in, double *out)
void LAPACK_dppsvx(char *fact, char *uplo, lapack_int *n, lapack_int *nrhs, double *ap, double *afp, char *equed, double *s, double *b, lapack_int *ldb, double *x, lapack_int *ldx, double *rcond, double *ferr, double *berr, double *work, lapack_int *iwork, lapack_int *info)
#define LAPACKE_malloc(size)
lapack_logical LAPACKE_lsame(char ca, char cb)
lapack_int LAPACKE_dppsvx_work(int matrix_layout, char fact, char uplo, lapack_int n, lapack_int nrhs, double *ap, double *afp, char *equed, double *s, double *b, lapack_int ldb, double *x, lapack_int ldx, double *rcond, double *ferr, double *berr, double *work, lapack_int *iwork)
void LAPACKE_xerbla(const char *name, lapack_int info)
#define LAPACK_TRANSPOSE_MEMORY_ERROR