#include <IncompleteLU.h>
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 > > | |
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, 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 16 of file IncompleteLU.h.
|
protected |
Definition at line 19 of file IncompleteLU.h.
|
protected |
Definition at line 25 of file IncompleteLU.h.
|
protected |
Definition at line 24 of file IncompleteLU.h.
typedef Matrix<Scalar,Dynamic,Dynamic> Eigen::IncompleteLU< _Scalar >::MatrixType |
Definition at line 28 of file IncompleteLU.h.
|
protected |
Definition at line 22 of file IncompleteLU.h.
|
protected |
Definition at line 23 of file IncompleteLU.h.
|
inline |
Definition at line 30 of file IncompleteLU.h.
|
inline |
Definition at line 33 of file IncompleteLU.h.
|
inline |
Definition at line 78 of file IncompleteLU.h.
|
inline |
Definition at line 39 of file IncompleteLU.h.
|
inline |
Definition at line 42 of file IncompleteLU.h.
|
inline |
Definition at line 38 of file IncompleteLU.h.
|
protected |
Definition at line 85 of file IncompleteLU.h.