tngmath::SparseSuperLU Class Reference

LU solver for sparse matrices using SuperLU. More...

#include <sparsesolver.hpp>

Inheritance diagram for tngmath::SparseSuperLU:

Inheritance graph
[legend]
Collaboration diagram for tngmath::SparseSuperLU:

Collaboration graph
[legend]

List of all members.

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 Solve (const MatrixBase &b, MatrixBase &x)
 SparseSuperLU ()
 default constructor
virtual std::string typeIdent () const
 returns the name of the datatype
virtual ~SparseSuperLU ()
 destructor

Private Types

typedef Eigen::SparseLU
< TSparseMatrix,
Eigen::SuperLU > 
TSolver

Private Member Functions

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

Private Attributes

TSolver m_solver


Detailed Description

LU solver for sparse matrices using SuperLU.

Member Function Documentation

virtual bool tngmath::SparseSuperLU::Solve ( const MatrixBase b,
MatrixBase x 
) [virtual]

Factorizes this matrix and solves the given vector on return; returns true if succeeded

Reimplemented from tngmath::SparseLU.


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

Generated on Wed Nov 17 17:35:51 2010 for 'tngmath' Module Programming Interface by  doxygen 1.5.6