#include <sparsesolver.hpp>


Public Member Functions | |
| virtual bool | Compute (SparseMatrix &) |
| computes the factorization, returns true if succeeded | |
| virtual void | SetFlags (int flag) |
| virtual void | SetPrecision (double prec) |
| virtual bool | SolveInPlace (Matrix &b) |
| SparseLowerLLTCholmod () | |
| default constructor | |
| virtual std::string | typeIdent () const |
| returns the name of the datatype | |
| virtual | ~SparseLowerLLTCholmod () |
| destructor | |
Private Types | |
|
typedef Eigen::SparseLLT < TSparseLowerSelfAdjointMatrix, Eigen::Cholmod > | TSolver |
Private Member Functions | |
| const TSolver & | solver () const |
| TSolver & | solver () |
Private Attributes | |
| TSolver | m_solver |
| virtual bool tmath::sparse::SparseLowerLLTCholmod::SolveInPlace | ( | Matrix & | b | ) | [virtual] |
Factorizes this matrix and solves the given vector in place; returns true if succeeded
Reimplemented from tmath::sparse::SparseLLT.
1.5.6