Searched refs:IncompleteLU (Results 1 – 2 of 2) sorted by relevance
16 class IncompleteLU26 IncompleteLU() : m_isInitialized(false) {} in IncompleteLU() function29 IncompleteLU(const MatrixType& mat) : m_isInitialized(false) in IncompleteLU() function38 IncompleteLU& compute(const MatrixType& mat) in compute()80 template<typename Rhs> inline const internal::solve_retval<IncompleteLU, Rhs>86 return internal::solve_retval<IncompleteLU, Rhs>(*this, b.derived()); in solve()97 struct solve_retval<IncompleteLU<_MatrixType>, Rhs>98 : solve_retval_base<IncompleteLU<_MatrixType>, Rhs>100 typedef IncompleteLU<_MatrixType> Dec;
35 #include "src/IterativeSolvers/IncompleteLU.h"