#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) |
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 tngmath::SparseLowerLLTCholmod::SolveInPlace | ( | MatrixBase & | b | ) | [virtual] |
Factorizes this matrix and solves the given vector in place; returns true if succeeded
Reimplemented from tngmath::SparseLLT.