|
Jive reference manual
|
#include <jive/solver/IterativeSolver.h>

Public Member Functions | |
| IterativeSolver (const String &name="") | |
| virtual void | configure (const Properties &props) |
| virtual void | getConfig (const Properties &props) const |
| virtual void | setMaxIterCount (idx_t n)=0 |
| virtual idx_t | getMaxIterCount () const =0 |
Public Member Functions inherited from jive::solver::Solver | |
| virtual void | solve (const Vector &lhs, const Vector &rhs)=0 |
| Computes the solution of a linear system of equations. More... | |
| virtual void | configure (const Properties &conf, const Properties &props) |
| Configures this solver given a set of properties. More... | |
| virtual jem::Class * | getClass () const |
Returns the Class instance representing the runtime class of this object. More... | |
Public Member Functions inherited from jem::Object | |
| virtual String | toString () const |
| Returns a short textual description of this object. More... | |
| virtual long | hashValue () const |
| Returns a hash value for this object. More... | |
| virtual bool | equals (const Ref< Object > &obj) const |
| Tests whether two objects are equal. More... | |
| Ref< Object > | clone () const |
| Returns a copy of this object. More... | |
Public Attributes | |
| Event< idx_t, double, Self & > | nextIterEvent |
| Event< idx_t, double, Self & > | restartEvent |
Static Public Attributes | |
| static const idx_t | MAX_ITER |
Protected Member Functions | |
| virtual | ~IterativeSolver () |
Protected Member Functions inherited from jive::solver::Solver | |
| virtual | ~Solver () |
Protected Member Functions inherited from jem::Collectable | |
| Collectable () | |
Creates an empty Collectable. More... | |
| ~Collectable () | |
| Frees resources. More... | |
Additional Inherited Members | |
Public Types inherited from jive::solver::Solver | |
| typedef jem::util::Properties | Properties |
| A type representing a set of properties. More... | |
| typedef util::Vector | Vector |
| A type that represents a vector. More... | |
Static Public Member Functions inherited from jive::solver::Solver | |
| static jem::Class * | getType () |
Static Public Member Functions inherited from jem::Object | |
| static Class * | getType () |
Returns the Class instance representing the Object class. More... | |
|
explicit |
|
protectedvirtual |
|
virtual |
Reimplemented in jive::solver::StdIterativeSolver, jive::solver::AGMRES, jive::solver::FGMRES, jive::solver::GCR, jive::solver::GMRES, and jive::solver::CG.
|
virtual |
Reimplemented in jive::solver::StdIterativeSolver, jive::solver::AGMRES, jive::solver::FGMRES, jive::solver::GCR, jive::solver::GMRES, and jive::solver::CG.
|
pure virtual |
Implemented in jive::solver::StdIterativeSolver.
|
pure virtual |
Implemented in jive::solver::StdIterativeSolver.
|
static |
| Event<idx_t, double,Self&> jive::solver::IterativeSolver::nextIterEvent |
| Event<idx_t, double,Self&> jive::solver::IterativeSolver::restartEvent |