37 const double* e,
double* df,
double* ef,
40 double* berr,
double* work )
45 LAPACK_dptsvx( &fact, &
n, &nrhs, d, e, df, ef, b, &ldb,
x, &ldx, rcond,
46 ferr, berr, work, &info );
80 LAPACK_dptsvx( &fact, &
n, &nrhs, d, e, df, ef, b_t, &ldb_t, x_t, &ldx_t,
81 rcond, ferr, berr, work, &info );
lapack_int LAPACKE_dptsvx_work(int matrix_layout, char fact, lapack_int n, lapack_int nrhs, const double *d, const double *e, double *df, double *ef, const double *b, lapack_int ldb, double *x, lapack_int ldx, double *rcond, double *ferr, double *berr, double *work)
void LAPACKE_dge_trans(int matrix_layout, lapack_int m, lapack_int n, const double *in, lapack_int ldin, double *out, lapack_int ldout)