#include <sparsesolver.hpp>


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