38 const double* ap,
const double* b,
40 double* ferr,
double* berr,
double* work,
46 LAPACK_dtprfs( &uplo, &trans, &diag, &n, &nrhs, ap, b, &ldb, x, &ldx,
47 ferr, berr, work, iwork, &info );
90 LAPACK_dtprfs( &uplo, &trans, &diag, &n, &nrhs, ap_t, b_t, &ldb_t, x_t,
91 &ldx_t, ferr, berr, work, iwork, &info );