compbio
Public Types | Public Member Functions | Protected Types | Protected Attributes | List of all members
Eigen::IncompleteLU< _Scalar > Class Template Reference
Inheritance diagram for Eigen::IncompleteLU< _Scalar >:
Eigen::SparseSolverBase< IncompleteLU< _Scalar > > Eigen::internal::noncopyable

Public Types

typedef Matrix< Scalar, Dynamic, DynamicMatrixType
 

Public Member Functions

template<typename MatrixType >
 IncompleteLU (const MatrixType &mat)
 
Index rows () const
 
Index cols () const
 
template<typename MatrixType >
IncompleteLUcompute (const MatrixType &mat)
 
template<typename Rhs , typename Dest >
void _solve_impl (const Rhs &b, Dest &x) const
 
- Public Member Functions inherited from Eigen::SparseSolverBase< IncompleteLU< _Scalar > >
 SparseSolverBase ()
 Default constructor.
 
IncompleteLU< _Scalar > & derived ()
 
const IncompleteLU< _Scalar > & derived () const
 
const Solve< IncompleteLU< _Scalar >, Rhs > solve (const MatrixBase< Rhs > &b) const
 
const Solve< IncompleteLU< _Scalar >, Rhs > solve (const SparseMatrixBase< Rhs > &b) const
 
void _solve_impl (const SparseMatrixBase< Rhs > &b, SparseMatrixBase< Dest > &dest) const
 

Protected Types

typedef SparseSolverBase< IncompleteLU< _Scalar > > Base
 
typedef _Scalar Scalar
 
typedef Matrix< Scalar, Dynamic, 1 > Vector
 
typedef Vector::Index Index
 
typedef SparseMatrix< Scalar, RowMajorFactorType
 

Protected Attributes

FactorType m_lu
 
- Protected Attributes inherited from Eigen::SparseSolverBase< IncompleteLU< _Scalar > >
bool m_isInitialized
 

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