#include <IncompleteLU.h>
Public Types | |
| typedef Matrix< Scalar, Dynamic, Dynamic > | MatrixType |
Public Member Functions | |
| template<typename Rhs , typename Dest > | |
| void | _solve (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 |
| template<typename Rhs > | |
| const internal::solve_retval< IncompleteLU, Rhs > | solve (const MatrixBase< Rhs > &b) const |
Protected Attributes | |
| bool | m_isInitialized |
| FactorType | m_lu |
Private Types | |
| typedef SparseMatrix< Scalar, RowMajor > | FactorType |
| typedef Vector::Index | Index |
| typedef _Scalar | Scalar |
| typedef Matrix< Scalar, Dynamic, 1 > | Vector |
Definition at line 16 of file IncompleteLU.h.
|
private |
Definition at line 21 of file IncompleteLU.h.
|
private |
Definition at line 20 of file IncompleteLU.h.
| typedef Matrix<Scalar,Dynamic,Dynamic> Eigen::IncompleteLU< _Scalar >::MatrixType |
Definition at line 24 of file IncompleteLU.h.
|
private |
Definition at line 18 of file IncompleteLU.h.
|
private |
Definition at line 19 of file IncompleteLU.h.
|
inline |
Definition at line 26 of file IncompleteLU.h.
|
inline |
Definition at line 29 of file IncompleteLU.h.
|
inline |
Definition at line 74 of file IncompleteLU.h.
|
inline |
Definition at line 35 of file IncompleteLU.h.
|
inline |
Definition at line 38 of file IncompleteLU.h.
|
inline |
Definition at line 34 of file IncompleteLU.h.
|
inline |
Definition at line 81 of file IncompleteLU.h.
|
protected |
Definition at line 91 of file IncompleteLU.h.
|
protected |
Definition at line 90 of file IncompleteLU.h.