|
TR-mbed 1.0
|
#include <IncompleteLU.h>
Public Types | |
| typedef Matrix< Scalar, Dynamic, Dynamic > | MatrixType |
Public Member Functions | |
| IncompleteLU () | |
| template<typename MatrixType > | |
| IncompleteLU (const MatrixType &mat) | |
| Index | rows () const |
| Index | cols () const |
| template<typename MatrixType > | |
| IncompleteLU & | compute (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, RowMajor > | FactorType |
Protected Attributes | |
| FactorType | m_lu |
Protected Attributes inherited from Eigen::SparseSolverBase< IncompleteLU< _Scalar > > | |
| bool | m_isInitialized |
|
protected |
|
protected |
|
protected |
| typedef Matrix<Scalar,Dynamic,Dynamic> Eigen::IncompleteLU< _Scalar >::MatrixType |
|
protected |
|
protected |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |