38 const double* afp,
const double* b,
40 double* ferr,
double* berr,
double* work,
46 LAPACK_dpprfs( &uplo, &n, &nrhs, ap, afp, b, &ldb, x, &ldx, ferr, berr,
98 LAPACK_dpprfs( &uplo, &n, &nrhs, ap_t, afp_t, b_t, &ldb_t, x_t, &ldx_t,
99 ferr, berr, work, iwork, &info );