37 const double* afp,
const double* b,
39 double* ferr,
double* berr,
double* work,
45 LAPACK_dpprfs( &uplo, &
n, &nrhs, ap, afp, b, &ldb,
x, &ldx, ferr, berr,
97 LAPACK_dpprfs( &uplo, &
n, &nrhs, ap_t, afp_t, b_t, &ldb_t, x_t, &ldx_t,
98 ferr, berr, work, iwork, &info );
#define LAPACK_dpprfs(...)
#define LAPACKE_malloc(size)
#define LAPACK_TRANSPOSE_MEMORY_ERROR
lapack_int LAPACKE_dpprfs_work(int matrix_layout, char uplo, lapack_int n, lapack_int nrhs, const double *ap, const double *afp, const double *b, lapack_int ldb, double *x, lapack_int ldx, double *ferr, double *berr, double *work, lapack_int *iwork)
void LAPACKE_xerbla(const char *name, lapack_int info)
void LAPACKE_dpp_trans(int matrix_layout, char uplo, lapack_int n, const double *in, double *out)
void LAPACKE_dge_trans(int matrix_layout, lapack_int m, lapack_int n, const double *in, lapack_int ldin, double *out, lapack_int ldout)