This is the complete list of members for amrex::GMRES< V, M >, including all inherited members.
| allocate_scratch() | amrex::GMRES< V, M > | private |
| build_solution(V &a_xx, int it) | amrex::GMRES< V, M > | private |
| clear() | amrex::GMRES< V, M > | private |
| compute_residual(V &a_rr, V const &a_xx, V const &a_bb) | amrex::GMRES< V, M > | private |
| converged(RT r0, RT r) const | amrex::GMRES< V, M > | private |
| cycle(V &a_xx, int &a_status, int &a_itcount, RT &a_rnorm0) | amrex::GMRES< V, M > | private |
| define(M &linop) | amrex::GMRES< V, M > | |
| getNumIters() const | amrex::GMRES< V, M > | inline |
| getResidualNorm() const | amrex::GMRES< V, M > | inline |
| getStatus() const | amrex::GMRES< V, M > | inline |
| GMRES() | amrex::GMRES< V, M > | |
| gram_schmidt_orthogonalization(int it) | amrex::GMRES< V, M > | private |
| m_atol | amrex::GMRES< V, M > | private |
| m_cc | amrex::GMRES< V, M > | private |
| m_grs | amrex::GMRES< V, M > | private |
| m_hes | amrex::GMRES< V, M > | private |
| m_hes_1d | amrex::GMRES< V, M > | private |
| m_hh | amrex::GMRES< V, M > | private |
| m_hh_1d | amrex::GMRES< V, M > | private |
| m_its | amrex::GMRES< V, M > | private |
| m_linop | amrex::GMRES< V, M > | private |
| m_maxiter | amrex::GMRES< V, M > | private |
| m_res | amrex::GMRES< V, M > | private |
| m_restrtlen | amrex::GMRES< V, M > | private |
| m_rtol | amrex::GMRES< V, M > | private |
| m_ss | amrex::GMRES< V, M > | private |
| m_status | amrex::GMRES< V, M > | private |
| m_v_tmp_lhs | amrex::GMRES< V, M > | private |
| m_v_tmp_rhs | amrex::GMRES< V, M > | private |
| m_verbose | amrex::GMRES< V, M > | private |
| m_vv | amrex::GMRES< V, M > | private |
| RT typedef | amrex::GMRES< V, M > | |
| setMaxIters(int niters) | amrex::GMRES< V, M > | inline |
| setRestartLength(int rl) | amrex::GMRES< V, M > | |
| setVerbose(int v) | amrex::GMRES< V, M > | inline |
| solve(V &a_sol, V const &a_rhs, RT a_tol_rel, RT a_tol_abs, int a_its=-1) | amrex::GMRES< V, M > | |
| update_hessenberg(int it, bool happyend, RT &res) | amrex::GMRES< V, M > | private |