Lines Matching refs:IncompleteLUT
96 class IncompleteLUT : internal::noncopyable
108 IncompleteLUT() in IncompleteLUT() function
114 …IncompleteLUT(const MatrixType& mat, const RealScalar& droptol=NumTraits<Scalar>::dummy_precision(…
149 IncompleteLUT<Scalar>& compute(const MatrixType& amat) in compute()
169 template<typename Rhs> inline const internal::solve_retval<IncompleteLUT, Rhs>
175 return internal::solve_retval<IncompleteLUT, Rhs>(*this, b.derived()); in solve()
206 void IncompleteLUT<Scalar>::setDroptol(const RealScalar& droptol) in setDroptol()
216 void IncompleteLUT<Scalar>::setFillfactor(int fillfactor) in setFillfactor()
223 void IncompleteLUT<Scalar>::analyzePattern(const _MatrixType& amat) in analyzePattern()
242 void IncompleteLUT<Scalar>::factorize(const _MatrixType& amat) in factorize()
451 struct solve_retval<IncompleteLUT<_MatrixType>, Rhs>
452 : solve_retval_base<IncompleteLUT<_MatrixType>, Rhs>
454 typedef IncompleteLUT<_MatrixType> Dec;