37 double* afp,
char* equed,
double* s,
double* b,
39 double* rcond,
double* ferr,
double* berr,
45 LAPACK_dppsvx( &fact, &uplo, &
n, &nrhs, ap, afp, equed, s, b, &ldb,
x,
46 &ldx, rcond, ferr, berr, work, iwork, &info );
98 LAPACK_dppsvx( &fact, &uplo, &
n, &nrhs, ap_t, afp_t, equed, s, b_t,
99 &ldb_t, x_t, &ldx_t, rcond, ferr, berr, work, iwork,
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_dge_trans(int matrix_layout, lapack_int m, lapack_int n, const double *in, lapack_int ldin, double *out, lapack_int ldout)