38 double* afp,
lapack_int* ipiv,
const double* b,
40 double* rcond,
double* ferr,
double* berr,
46 LAPACK_dspsvx( &fact, &uplo, &n, &nrhs, ap, afp, ipiv, b, &ldb, x, &ldx,
47 rcond, ferr, berr, work, iwork, &info );
99 LAPACK_dspsvx( &fact, &uplo, &n, &nrhs, ap_t, afp_t, ipiv, b_t, &ldb_t,
100 x_t, &ldx_t, rcond, ferr, berr, work, iwork, &info );