Jive reference manual
|
#include <jive/solver/VerboseSolver.h>
Public Member Functions | |
DirectVerboseSolver (const String &name, Ref< DirectSolver > solver, const Ref< Printer > &out=NIL) | |
![]() | |
VerboseSolver (const String &name, const Ref< Solver > &solver, const Ref< Printer > &out=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 | setPrintInterval (double dt) |
double | getPrintInterval () const |
void | setNoiseLevel (int nlevel) |
int | getNoiseLevel () const |
![]() | |
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... | |
![]() | |
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... | |
Protected Types | |
enum | Phase_ { INACTIVE_, FACTORING_, SOLVING_ } |
Protected Member Functions | |
virtual | ~DirectVerboseSolver () |
virtual void | begin_ () |
virtual void | end_ () |
![]() | |
virtual | ~VerboseSolver () |
![]() | |
virtual | ~Solver () |
![]() | |
Collectable () | |
Creates an empty Collectable . More... | |
~Collectable () | |
Frees resources. More... | |
Protected Attributes | |
Ref< DirectSolver > | solver_ |
Phase_ | phase_ |
idx_t | zeroPivotCount_ |
![]() | |
Ref< Solver > | solver_ |
String | solverName_ |
Ref< Printer > | output_ |
double | printInterval_ |
int | noiseLevel_ |
jem::util::Timer | timer_ |
double | lastTime_ |
Additional Inherited Members | |
![]() | |
typedef PrintWriter | Printer |
![]() | |
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 Ref< Solver > | makeNew (const String &name, const Properties &conf, const Properties &props, const Properties ¶ms, const Properties &globdat) |
static void | declare () |
![]() | |
static jem::Class * | getType () |
![]() | |
static Class * | getType () |
Returns the Class instance representing the Object class. More... | |
![]() | |
static const char * | TYPE_NAME |
|
protected |
jive::solver::DirectVerboseSolver::DirectVerboseSolver | ( | const String & | name, |
Ref< DirectSolver > | solver, | ||
const Ref< Printer > & | out = NIL |
||
) |
|
protectedvirtual |
|
protectedvirtual |
Reimplemented from jive::solver::VerboseSolver.
|
protectedvirtual |
Reimplemented from jive::solver::VerboseSolver.
|
protected |
|
protected |
|
protected |