TR-mbed 1.0
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Protected Types | Protected Attributes | List of all members
Eigen::IncompleteLU< _Scalar > Class Template Reference

#include <IncompleteLU.h>

Inheritance diagram for Eigen::IncompleteLU< _Scalar >:
Eigen::SparseSolverBase< IncompleteLU< _Scalar > > Eigen::internal::noncopyable

Public Types

typedef Matrix< Scalar, Dynamic, DynamicMatrixType
 

Public Member Functions

 IncompleteLU ()
 
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 ()
 
 ~SparseSolverBase ()
 
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
 

Member Typedef Documentation

◆ Base

template<typename _Scalar >
typedef SparseSolverBase<IncompleteLU<_Scalar> > Eigen::IncompleteLU< _Scalar >::Base
protected

◆ FactorType

template<typename _Scalar >
typedef SparseMatrix<Scalar,RowMajor> Eigen::IncompleteLU< _Scalar >::FactorType
protected

◆ Index

template<typename _Scalar >
typedef Vector::Index Eigen::IncompleteLU< _Scalar >::Index
protected

◆ MatrixType

template<typename _Scalar >
typedef Matrix<Scalar,Dynamic,Dynamic> Eigen::IncompleteLU< _Scalar >::MatrixType

◆ Scalar

template<typename _Scalar >
typedef _Scalar Eigen::IncompleteLU< _Scalar >::Scalar
protected

◆ Vector

template<typename _Scalar >
typedef Matrix<Scalar,Dynamic,1> Eigen::IncompleteLU< _Scalar >::Vector
protected

Constructor & Destructor Documentation

◆ IncompleteLU() [1/2]

template<typename _Scalar >
Eigen::IncompleteLU< _Scalar >::IncompleteLU ( )
inline

◆ IncompleteLU() [2/2]

template<typename _Scalar >
template<typename MatrixType >
Eigen::IncompleteLU< _Scalar >::IncompleteLU ( const MatrixType mat)
inline

Member Function Documentation

◆ _solve_impl()

template<typename _Scalar >
template<typename Rhs , typename Dest >
void Eigen::IncompleteLU< _Scalar >::_solve_impl ( const Rhs &  b,
Dest &  x 
) const
inline

◆ cols()

template<typename _Scalar >
Index Eigen::IncompleteLU< _Scalar >::cols ( ) const
inline

◆ compute()

template<typename _Scalar >
template<typename MatrixType >
IncompleteLU & Eigen::IncompleteLU< _Scalar >::compute ( const MatrixType mat)
inline

◆ rows()

template<typename _Scalar >
Index Eigen::IncompleteLU< _Scalar >::rows ( ) const
inline

Member Data Documentation

◆ m_lu

template<typename _Scalar >
FactorType Eigen::IncompleteLU< _Scalar >::m_lu
protected

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