47 LAPACK_dposvx( &fact, &uplo, &n, &nrhs, a, &lda, af, &ldaf, equed, s, b,
48 &ldb, x, &ldx, rcond, ferr, berr, work, iwork, &info );
110 LAPACK_dposvx( &fact, &uplo, &n, &nrhs, a_t, &lda_t, af_t, &ldaf_t,
111 equed, s, b_t, &ldb_t, x_t, &ldx_t, rcond, ferr, berr,
112 work, iwork, &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)
#define LAPACKE_malloc(size)
lapack_logical LAPACKE_lsame(char ca, char cb)
void LAPACKE_xerbla(const char *name, lapack_int info)
void LAPACK_dposvx(char *fact, char *uplo, lapack_int *n, lapack_int *nrhs, double *a, lapack_int *lda, double *af, lapack_int *ldaf, 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 LAPACK_TRANSPOSE_MEMORY_ERROR
void LAPACKE_dpo_trans(int matrix_layout, char uplo, lapack_int n, const double *in, lapack_int ldin, double *out, lapack_int ldout)