#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.
typedef SparseMatrix<Scalar,RowMajor> Eigen::IncompleteLU< _Scalar >::FactorType [private] |
Definition at line 21 of file IncompleteLU.h.
typedef Vector::Index Eigen::IncompleteLU< _Scalar >::Index [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.
typedef _Scalar Eigen::IncompleteLU< _Scalar >::Scalar [private] |
Definition at line 18 of file IncompleteLU.h.
typedef Matrix<Scalar,Dynamic,1> Eigen::IncompleteLU< _Scalar >::Vector [private] |
Definition at line 19 of file IncompleteLU.h.
Eigen::IncompleteLU< _Scalar >::IncompleteLU | ( | ) | [inline] |
Definition at line 26 of file IncompleteLU.h.
Eigen::IncompleteLU< _Scalar >::IncompleteLU | ( | const MatrixType & | mat | ) | [inline] |
Definition at line 29 of file IncompleteLU.h.
void Eigen::IncompleteLU< _Scalar >::_solve | ( | const Rhs & | b, |
Dest & | x | ||
) | const [inline] |
Definition at line 74 of file IncompleteLU.h.
Index Eigen::IncompleteLU< _Scalar >::cols | ( | void | ) | const [inline] |
Definition at line 35 of file IncompleteLU.h.
IncompleteLU& Eigen::IncompleteLU< _Scalar >::compute | ( | const MatrixType & | mat | ) | [inline] |
Definition at line 38 of file IncompleteLU.h.
Index Eigen::IncompleteLU< _Scalar >::rows | ( | void | ) | const [inline] |
Definition at line 34 of file IncompleteLU.h.
const internal::solve_retval<IncompleteLU, Rhs> Eigen::IncompleteLU< _Scalar >::solve | ( | const MatrixBase< Rhs > & | b | ) | const [inline] |
Definition at line 81 of file IncompleteLU.h.
bool Eigen::IncompleteLU< _Scalar >::m_isInitialized [protected] |
Definition at line 91 of file IncompleteLU.h.
FactorType Eigen::IncompleteLU< _Scalar >::m_lu [protected] |
Definition at line 90 of file IncompleteLU.h.