compbio
|
Public Types | |
typedef Matrix< Scalar, Dynamic, Dynamic > | MatrixType |
Public Member Functions | |
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 |
![]() | |
SparseSolverBase () | |
Default constructor. | |
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 |
![]() | |
bool | m_isInitialized |