Inheritance diagram for Eigen::IncompleteLU< Scalar_ >:Public Types | |
| typedef Matrix< Scalar, Dynamic, Dynamic > | MatrixType |
Public Member Functions | |
| template<typename Rhs , typename Dest > | |
| void | _solve_impl (const Rhs &b, Dest &x) const |
| Index | cols () const |
| template<typename MatrixType > | |
| IncompleteLU & | compute (const MatrixType &mat) |
| IncompleteLU () | |
| template<typename MatrixType > | |
| IncompleteLU (const MatrixType &mat) | |
| Index | rows () const |
Public Member Functions inherited from Eigen::SparseSolverBase< IncompleteLU< Scalar_ > > | |
| Derived & | derived () |
| const Derived & | derived () const |
| const Solve< Derived, Rhs > | solve (const MatrixBase< Rhs > &b) const |
| const Solve< Derived, Rhs > | solve (const SparseMatrixBase< Rhs > &b) const |
| SparseSolverBase () | |
| SparseSolverBase (SparseSolverBase &&other) | |
| ~SparseSolverBase () | |
Protected Types | |
| typedef SparseSolverBase< IncompleteLU< Scalar_ > > | Base |
| typedef SparseMatrix< Scalar, RowMajor > | FactorType |
| 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 |
Definition at line 18 of file IncompleteLU.h.
|
protected |
Definition at line 21 of file IncompleteLU.h.
|
protected |
Definition at line 27 of file IncompleteLU.h.
|
protected |
Definition at line 26 of file IncompleteLU.h.
| typedef Matrix<Scalar,Dynamic,Dynamic> Eigen::IncompleteLU< Scalar_ >::MatrixType |
Definition at line 30 of file IncompleteLU.h.
|
protected |
Definition at line 24 of file IncompleteLU.h.
|
protected |
Definition at line 25 of file IncompleteLU.h.
|
inline |
Definition at line 32 of file IncompleteLU.h.
|
inline |
Definition at line 35 of file IncompleteLU.h.
|
inline |
Definition at line 80 of file IncompleteLU.h.
|
inline |
Definition at line 41 of file IncompleteLU.h.
|
inline |
Definition at line 44 of file IncompleteLU.h.
|
inline |
Definition at line 40 of file IncompleteLU.h.
|
protected |
Definition at line 87 of file IncompleteLU.h.