41 double* ferr,
double* berr,
double* work,
47 LAPACK_dporfs( &uplo, &n, &nrhs, a, &lda, af, &ldaf, b, &ldb, x, &ldx,
48 ferr, berr, work, iwork, &info );
109 LAPACK_dporfs( &uplo, &n, &nrhs, a_t, &lda_t, af_t, &ldaf_t, b_t,
110 &ldb_t, x_t, &ldx_t, ferr, berr, work, iwork, &info );