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