tmath::sparse::SparseLowerLLT Class Reference

Default LL' solver for selfadjoint lowertriangular sparse matrices. More...

#include <sparsesolver.hpp>

Inheritance diagram for tmath::sparse::SparseLowerLLT:

Inheritance graph
[legend]
Collaboration diagram for tmath::sparse::SparseLowerLLT:

Collaboration graph
[legend]

List of all members.

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)
 SparseLowerLLT ()
 default constructor
virtual std::string typeIdent () const
 returns the name of the datatype
virtual ~SparseLowerLLT ()
 destructor

Private Types

typedef Eigen::SparseLLT
< TSparseLowerSelfAdjointMatrix > 
TSolver

Private Member Functions

const TSolver & solver () const
TSolver & solver ()

Private Attributes

TSolver m_solver


Detailed Description

Default LL' solver for selfadjoint lowertriangular sparse matrices.

Member Function Documentation

virtual bool tmath::sparse::SparseLowerLLT::SolveInPlace ( Matrix b  )  [virtual]

Factorizes this matrix and solves the given vector in place; returns true if succeeded

Reimplemented from tmath::sparse::SparseLLT.


The documentation for this class was generated from the following file:

Generated on Wed Nov 17 17:36:01 2010 for 'tmath' Module Programming Interface by  doxygen 1.5.6