This is the complete list of members for gsGradientMethod< T >, including all inherited members.
| adaptiveStepSize() const | gsGradientMethod< T > | inline |
| defaultOptions() | gsGradientMethod< T > | inlinestatic |
| detail() const | gsIterativeSolver< T > | inlinevirtual |
| error() const | gsIterativeSolver< T > | inline |
| finalizeIteration(VectorType &) | gsIterativeSolver< T > | inlinevirtual |
| gsGradientMethod(const OperatorType &mat, const LinOpPtr &precond=LinOpPtr()) | gsGradientMethod< T > | inlineexplicit |
| gsGradientMethod(const OperatorType &mat, const LinOpPtr &precond, T step_size) | gsGradientMethod< 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) | gsGradientMethod< T > | virtual |
| iterations() const | gsIterativeSolver< T > | inline |
| m_error | gsGradientMethod< T > | private |
| m_mat | gsGradientMethod< T > | private |
| m_max_iters | gsGradientMethod< T > | private |
| m_num_iter | gsGradientMethod< T > | private |
| m_precond | gsGradientMethod< T > | private |
| m_rhs_norm | gsGradientMethod< T > | private |
| m_tol | gsGradientMethod< T > | private |
| make(const OperatorType &mat, const LinOpPtr &precond=LinOpPtr()) | gsGradientMethod< T > | inlinestatic |
| make(const OperatorType &mat, const LinOpPtr &precond, T step_size) | gsGradientMethod< T > | inlinestatic |
| operator<<(std::ostream &os, const gsIterativeSolver< T > &b) | gsIterativeSolver< T > | related |
| preconditioner() const | gsIterativeSolver< T > | inline |
| print(std::ostream &os) const | gsGradientMethod< T > | inlinevirtual |
| setAdaptiveStepSize() | gsGradientMethod< T > | inline |
| setMaxIterations(index_t max_iters) | gsIterativeSolver< T > | inline |
| setOptions(const gsOptionList &opt) | gsGradientMethod< T > | inlinevirtual |
| setPreconditioner(const LinOpPtr &precond) | gsIterativeSolver< T > | inline |
| setStepSize(T step_size) | gsGradientMethod< 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) | gsGradientMethod< T > | virtual |
| stepSize() const | gsGradientMethod< T > | inline |
| tolerance() const | gsIterativeSolver< T > | inline |
| underlying() const | gsIterativeSolver< T > | inline |