G+Smo
24.08.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 | gsIterativeSolver< T > | protected |
m_mat | gsIterativeSolver< T > | protected |
m_max_iters | gsIterativeSolver< T > | protected |
m_num_iter | gsIterativeSolver< T > | protected |
m_precond | gsIterativeSolver< T > | protected |
m_rhs_norm | gsIterativeSolver< T > | protected |
m_tol | gsIterativeSolver< T > | protected |
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 |