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

Public Member Functions | |
| SymdirEigenSolver (const String &name, Ref< AbstractMatrix > lmat, Ref< AbstractMatrix > rmat=NIL) | |
| virtual void | getInfo (const Properties &info) const |
| virtual void | getEigenValues (const Matrix &evals, idx_t smallCount) |
| virtual void | getEigenVectors (const Matrix &evals, const Cubix &evecs, idx_t smallCount) |
| virtual void | getRealEigenValues (const Vector &evals, idx_t smallCount) |
| virtual void | getRealEigenVectors (const Vector &evals, const Matrix &evecs, idx_t smallCount) |
| virtual void | setPrecision (double eps) |
| virtual double | getPrecision () const |
Public Member Functions inherited from jive::solver::EigenSolver | |
| EigenSolver (const String &name="") | |
| virtual void | configure (const Properties &props) |
| virtual void | getConfig (const Properties &props) const |
| virtual String | getContext () const |
Public Member Functions inherited from jem::NamedObject | |
| NamedObject (const String &name="") | |
| virtual String | toString () const |
| Returns a short textual description of this object. More... | |
| String | getName () const |
Public Member Functions inherited from jem::Object | |
| virtual Class * | getClass () const |
Returns the Class instance representing the runtime class 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< EigenSolver > | makeNew (const String &name, const Properties &conf, const Properties &props, const Properties ¶ms) |
| static void | declare () |
Static Public Member Functions inherited from jem::NamedObject | |
| static String | makeContext (const String &kind, const String &name) |
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 |
Static Public Attributes inherited from jive::solver::EigenSolver | |
| static const double | PRECISION |
Protected Member Functions | |
| virtual | ~SymdirEigenSolver () |
Protected Member Functions inherited from jive::solver::EigenSolver | |
| virtual | ~EigenSolver () |
Protected Member Functions inherited from jem::NamedObject | |
| virtual | ~NamedObject () |
Protected Member Functions inherited from jem::Collectable | |
| Collectable () | |
Creates an empty Collectable. More... | |
| ~Collectable () | |
| Frees resources. More... | |
Additional Inherited Members | |
Protected Attributes inherited from jive::solver::EigenSolver | |
| String | myName_ |
Protected Attributes inherited from jem::NamedObject | |
| String | myName_ |
| jive::solver::SymdirEigenSolver::SymdirEigenSolver | ( | const String & | name, |
| Ref< AbstractMatrix > | lmat, | ||
| Ref< AbstractMatrix > | rmat = NIL |
||
| ) |
|
protectedvirtual |
|
virtual |
Reimplemented from jive::solver::EigenSolver.
|
virtual |
Implements jive::solver::EigenSolver.
|
virtual |
Implements jive::solver::EigenSolver.
|
virtual |
Reimplemented from jive::solver::EigenSolver.
|
virtual |
Reimplemented from jive::solver::EigenSolver.
|
virtual |
Implements jive::solver::EigenSolver.
|
virtual |
Implements jive::solver::EigenSolver.
|
static |
|
static |
|
static |