![]() |
G+Smo
25.01.0
Geometry + Simulation Modules
|
This is the complete list of members for gsGMRes< T >, including all inherited members.
| defaultOptions() | gsIterativeSolver< T > | inlinestatic |
| detail() const | gsIterativeSolver< T > | inlinevirtual |
| error() const | gsIterativeSolver< T > | inline |
| finalizeIteration(VectorType &x) | gsGMRes< T > | virtual |
| gsGMRes(const OperatorType &mat, const LinOpPtr &precond=LinOpPtr()) | gsGMRes< T > | inlineexplicit |
| gsIterativeSolver(const LinOpPtr &mat, const LinOpPtr &precond) | gsIterativeSolver< T > | inline |
| gsIterativeSolver(const gsEigen::EigenBase< Derived > &mat, const LinOpPtr &precond) | gsIterativeSolver< T > | inline |
| initIteration(const VectorType &rhs, VectorType &x) | gsGMRes< T > | virtual |
| iterations() const | gsIterativeSolver< T > | inline |
| m_error | gsGMRes< T > | private |
| m_mat | gsGMRes< T > | private |
| m_max_iters | gsGMRes< T > | private |
| m_num_iter | gsGMRes< T > | private |
| m_precond | gsGMRes< T > | private |
| m_rhs_norm | gsGMRes< T > | private |
| m_tol | gsGMRes< T > | private |
| make(const OperatorType &mat, const LinOpPtr &precond=LinOpPtr()) | gsGMRes< T > | inlinestatic |
| operator<<(std::ostream &os, const gsIterativeSolver< T > &b) | gsIterativeSolver< T > | related |
| preconditioner() const | gsIterativeSolver< T > | inline |
| print(std::ostream &os) const | gsGMRes< T > | inlineprivatevirtual |
| setMaxIterations(index_t max_iters) | gsIterativeSolver< T > | inline |
| setOptions(const gsOptionList &opt) | gsIterativeSolver< T > | inlinevirtual |
| setPreconditioner(const LinOpPtr &precond) | gsIterativeSolver< T > | inline |
| setTolerance(T tol) | gsIterativeSolver< T > | inline |
| size() const | gsIterativeSolver< T > | inline |
| solve(const VectorType &rhs, VectorType &x) | gsIterativeSolver< T > | inline |
| solveDetailed(const VectorType &rhs, VectorType &x, VectorType &error_history) | gsIterativeSolver< T > | inline |
| solveUpperTriangular(const VectorType &R, const VectorType &gg) | gsGMRes< T > | inlineprivate |
| step(VectorType &x) | gsGMRes< T > | virtual |
| tolerance() const | gsIterativeSolver< T > | inline |
| underlying() const | gsIterativeSolver< T > | inline |