Jive reference manual
|
#include <jive/solver/LocalSolver.h>
Public Member Functions | |
LocalSolver (const String &name, Ref< Solver > inner, Ref< VectorExchanger > vex, Ref< Constraints > cons=NIL) | |
virtual void | improve (const Vector &lhs, const Vector &rhs) |
virtual void | getInfo (const Properties &info) const |
virtual void | configure (const Properties &props) |
virtual void | getConfig (const Properties &props) const |
virtual void | setMode (int mode) |
virtual int | getMode () const |
virtual void | setPrecision (double eps) |
virtual double | getPrecision () const |
virtual AbstractMatrix * | getMatrix () const |
virtual Constraints * | getConstraints () const |
void | setExchangeMode (int xmode) |
int | getExchangeMode () const |
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... | |
Static Public Member Functions | |
static Ref< Solver > | makeNew (const String &name, const Properties &conf, const Properties &props, const Properties ¶ms, const Properties &globdat) |
static void | declare () |
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... | |
Static Public Attributes | |
static const char * | TYPE_NAME |
Protected Member Functions | |
virtual | ~LocalSolver () |
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... | |
|
explicit |
|
protectedvirtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
void jive::solver::LocalSolver::setExchangeMode | ( | int | xmode | ) |
int jive::solver::LocalSolver::getExchangeMode | ( | ) | const |
|
static |
|
static |
|
static |