AGMRES(const String &name, Ref< AbstractMatrix > matrix, Ref< VectorSpace > vspace, Ref< Constraints > cons=NIL, Ref< AbstractMatrix > precon=NIL, Ref< GramSchmidt > grams=NIL) | jive::solver::AGMRES | explicit |
ALWAYS_UPDATE enum value | jive::solver::StdIterativeSolver | |
AUTO_UPDATE enum value | jive::solver::StdIterativeSolver | |
clone() const | jem::Object | |
Collectable() | jem::Collectable | protected |
configure(const Properties &props) | jive::solver::AGMRES | virtual |
jive::solver::Solver::configure(const Properties &conf, const Properties &props) | jive::solver::Solver | virtual |
conman_ | jive::solver::StdIterativeSolver | protected |
declare() | jive::solver::AGMRES | static |
decodeParams(Ref< AbstractMatrix > &matrix, Ref< VectorSpace > &vspace, Ref< Constraints > &cons, const Properties ¶ms) | jive::solver::StdIterativeSolver | static |
equals(const Ref< Object > &obj) const | jem::Object | virtual |
getClass() const | jive::solver::Solver | virtual |
getConfig(const Properties &props) const | jive::solver::AGMRES | virtual |
getConstraints() const | jive::solver::StdIterativeSolver | virtual |
getInfo(const Properties &info) const | jive::solver::AGMRES | virtual |
getMatrix() const | jive::solver::StdIterativeSolver | virtual |
getMaxIterCount() const | jive::solver::StdIterativeSolver | virtual |
getMaxVectors() const | jive::solver::AGMRES | |
getMode() const | jive::solver::StdIterativeSolver | virtual |
getPrecision() const | jive::solver::StdIterativeSolver | virtual |
getResidual(const Vector &r, const Vector &lhs, const Vector &rhs) | jive::solver::StdIterativeSolver | |
getRestartIterCount() const | jive::solver::AGMRES | |
getType() | jive::solver::Solver | static |
getUpdatePolicy() const | jive::solver::StdIterativeSolver | |
hashValue() const | jem::Object | virtual |
improve(const Vector &lhs, const Vector &rhs) | jive::solver::StdIterativeSolver | virtual |
IterativeSolver(const String &name="") | jive::solver::IterativeSolver | explicit |
makeNew(const String &name, const Properties &conf, const Properties &props, const Properties ¶ms, const Properties &globdat) | jive::solver::AGMRES | static |
matrix_ | jive::solver::StdIterativeSolver | protected |
MAX_ITER | jive::solver::IterativeSolver | static |
MAX_RESIDUAL | jive::solver::StdIterativeSolver | static |
MAX_VECTORS | jive::solver::AGMRES | static |
maxIter_ | jive::solver::StdIterativeSolver | protected |
mode_ | jive::solver::StdIterativeSolver | protected |
NEVER_UPDATE enum value | jive::solver::StdIterativeSolver | |
nextIterEvent | jive::solver::IterativeSolver | |
precision_ | jive::solver::StdIterativeSolver | protected |
Properties typedef | jive::solver::Solver | |
RESTART_ITER | jive::solver::AGMRES | static |
restartEvent | jive::solver::IterativeSolver | |
setMaxIterCount(idx_t count) | jive::solver::StdIterativeSolver | virtual |
setMaxVectors(idx_t count) | jive::solver::AGMRES | |
setMode(int mode) | jive::solver::StdIterativeSolver | virtual |
setPrecision(double eps) | jive::solver::StdIterativeSolver | virtual |
setRestartIterCount(idx_t count) | jive::solver::AGMRES | |
setUpdatePolicy(UpdatePolicy policy) | jive::solver::StdIterativeSolver | |
solve(const Vector &lhs, const Vector &rhs)=0 | jive::solver::Solver | pure virtual |
solve_(idx_t &iiter, double &error, double rscale, const Vector &lhs, const Vector &rhs) | jive::solver::AGMRES | protectedvirtual |
StdIterativeSolver(const String &name, Ref< AbstractMatrix > matrix, Ref< VectorSpace > vspace, Ref< Constraints > cons=NIL) | jive::solver::StdIterativeSolver | |
SubPrecon_ class | jive::solver::AGMRES | friend |
testCancelled_() | jive::solver::StdIterativeSolver | protected |
toString() const | jem::Object | virtual |
TYPE_NAME | jive::solver::AGMRES | static |
UPDATE_POLICIES | jive::solver::StdIterativeSolver | static |
UpdatePolicy enum name | jive::solver::StdIterativeSolver | |
updatePrecon_() | jive::solver::AGMRES | protectedvirtual |
Vector typedef | jive::solver::Solver | |
vspace_ | jive::solver::StdIterativeSolver | protected |
~AGMRES() | jive::solver::AGMRES | protectedvirtual |
~Collectable() | jem::Collectable | protected |
~IterativeSolver() | jive::solver::IterativeSolver | protectedvirtual |
~Solver() | jive::solver::Solver | protectedvirtual |
~StdIterativeSolver() | jive::solver::StdIterativeSolver | protectedvirtual |