Jive reference manual
|
#include <jive/solver/SkylineSolver.h>
Public Member Functions | |
SkylineSolver (const String &name, Ref< AbstractMatrix > matrix, Ref< Constraints > cons) | |
virtual void | clear () |
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 |
virtual void | getNullSpace (Matrix &cmat) |
virtual void | setZeroThreshold (double eps) |
virtual double | getZeroThreshold () const |
virtual void | setMaxZeroPivots (idx_t maxPivots) |
virtual idx_t | getMaxZeroPivots () const |
int | getOptions () const |
void | setOptions (int options) |
double | getLastError () const |
![]() | |
virtual void | configure (const Properties &conf, const Properties &props) |
Configures this solver given a set of properties. More... | |
virtual void | setZeroPivotThreshold (double eps)=0 |
Sets the threshold for detecting zero pivots. More... | |
virtual double | getZeroPivotThreshold () const =0 |
Returns the current zero pivot threshold. More... | |
virtual void | setMaxZeroPivotCount (int n)=0 |
Sets the maximum number of allowed zero pivots. More... | |
virtual int | getMaxZeroPivotCount () const =0 |
Returns the maximum number of allowed zero pivots. More... | |
![]() | |
virtual void | solve (const Vector &lhs, const Vector &rhs)=0 |
Computes the solution of a linear system of equations. 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... | |
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 jem::Class * | getType () |
![]() | |
static Class * | getType () |
Returns the Class instance representing the Object class. More... | |
Static Public Attributes | |
static const char * | TYPE_NAME |
static const idx_t | MAX_ITER |
static const int | REORDER |
static const int | USE_THREADS |
static const int | PRINT_PIVOTS |
![]() | |
static const double | DEFAULT_ZERO_PIVOT_THRESHOLD |
The default zero pivot threshold. More... | |
Protected Member Functions | |
virtual | ~SkylineSolver () |
![]() | |
virtual | ~DirectSolver () |
![]() | |
virtual | ~Solver () |
![]() | |
Collectable () | |
Creates an empty Collectable . More... | |
~Collectable () | |
Frees resources. More... | |
Friends | |
class | Worker_ |
Additional Inherited Members | |
![]() | |
typedef jem::util::Properties | Properties |
A type representing a set of properties. More... | |
typedef util::Vector | Vector |
A type that represents a vector. More... | |
![]() | |
jem::util::Event< double > | progressEvent |
Signals that progress is being made. More... | |
jive::solver::SkylineSolver::SkylineSolver | ( | const String & | name, |
Ref< AbstractMatrix > | matrix, | ||
Ref< Constraints > | cons | ||
) |
|
protectedvirtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
int jive::solver::SkylineSolver::getOptions | ( | ) | const |
void jive::solver::SkylineSolver::setOptions | ( | int | options | ) |
double jive::solver::SkylineSolver::getLastError | ( | ) | const |
|
static |
|
static |
|
friend |
|
static |
|
static |
|
static |
|
static |
|
static |