![]() |
G+Smo
25.01.0
Geometry + Simulation Modules
|
This is the complete list of members for gsBiCgStab< T >, including all inherited members.
| defaultOptions() | gsBiCgStab< T > | inlinestatic |
| detail() const | gsIterativeSolver< T > | inlinevirtual |
| error() const | gsIterativeSolver< T > | inline |
| finalizeIteration(VectorType &) | gsIterativeSolver< T > | inlinevirtual |
| gsBiCgStab(const OperatorType &mat, const LinOpPtr &precond=LinOpPtr()) | gsBiCgStab< 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) | gsBiCgStab< T > | virtual |
| iterations() const | gsIterativeSolver< T > | inline |
| m_error | gsBiCgStab< T > | private |
| m_mat | gsBiCgStab< T > | private |
| m_max_iters | gsBiCgStab< T > | private |
| m_num_iter | gsBiCgStab< T > | private |
| m_precond | gsBiCgStab< T > | private |
| m_rhs_norm | gsBiCgStab< T > | private |
| m_tol | gsBiCgStab< T > | private |
| make(const OperatorType &mat, const LinOpPtr &precond=LinOpPtr()) | gsBiCgStab< T > | inlinestatic |
| operator<<(std::ostream &os, const gsIterativeSolver< T > &b) | gsIterativeSolver< T > | related |
| preconditioner() const | gsIterativeSolver< T > | inline |
| print(std::ostream &os) const | gsBiCgStab< T > | inlinevirtual |
| setMaxIterations(index_t max_iters) | gsIterativeSolver< T > | inline |
| setOptions(const gsOptionList &opt) | gsBiCgStab< 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 |
| step(VectorType &x) | gsBiCgStab< T > | virtual |
| tolerance() const | gsIterativeSolver< T > | inline |
| underlying() const | gsIterativeSolver< T > | inline |