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 >:
Inheritance graph
[legend]

Public Types

typedef Matrix< Scalar, Dynamic, DynamicMatrixType
 

Public Member Functions

template<typename Rhs , typename Dest >
void _solve_impl (const Rhs &b, Dest &x) const
 
Index cols () const
 
template<typename MatrixType >
IncompleteLUcompute (const MatrixType &mat)
 
 IncompleteLU ()
 
template<typename MatrixType >
 IncompleteLU (const MatrixType &mat)
 
Index rows () const
 
- Public Member Functions inherited from Eigen::SparseSolverBase< IncompleteLU< _Scalar > >
void _solve_impl (const SparseMatrixBase< Rhs > &b, SparseMatrixBase< Dest > &dest) const
 
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
 
 SparseSolverBase ()
 
 ~SparseSolverBase ()
 

Protected Types

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

Protected Attributes

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

Detailed Description

template<typename _Scalar>
class Eigen::IncompleteLU< _Scalar >

Definition at line 16 of file IncompleteLU.h.

Member Typedef Documentation

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

Definition at line 19 of file IncompleteLU.h.

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

Definition at line 25 of file IncompleteLU.h.

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

Definition at line 24 of file IncompleteLU.h.

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

Definition at line 28 of file IncompleteLU.h.

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

Definition at line 22 of file IncompleteLU.h.

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

Definition at line 23 of file IncompleteLU.h.

Constructor & Destructor Documentation

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

Definition at line 30 of file IncompleteLU.h.

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

Definition at line 33 of file IncompleteLU.h.

Member Function Documentation

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

Definition at line 78 of file IncompleteLU.h.

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

Definition at line 39 of file IncompleteLU.h.

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

Definition at line 42 of file IncompleteLU.h.

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

Definition at line 38 of file IncompleteLU.h.

Member Data Documentation

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

Definition at line 85 of file IncompleteLU.h.


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


hebiros
Author(s): Xavier Artache , Matthew Tesch
autogenerated on Thu Sep 3 2020 04:10:05