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()
168 template<typename Rhs> inline const internal::solve_retval<IncompleteLUT, Rhs>
174 return internal::solve_retval<IncompleteLUT, Rhs>(*this, b.derived()); in solve()
205 void IncompleteLUT<Scalar>::setDroptol(const RealScalar& droptol) in setDroptol()
215 void IncompleteLUT<Scalar>::setFillfactor(int fillfactor) in setFillfactor()
222 void IncompleteLUT<Scalar>::analyzePattern(const _MatrixType& amat) in analyzePattern()
243 void IncompleteLUT<Scalar>::factorize(const _MatrixType& amat) in factorize()
453 struct solve_retval<IncompleteLUT<_MatrixType>, Rhs>
454 : solve_retval_base<IncompleteLUT<_MatrixType>, Rhs>
456 typedef IncompleteLUT<_MatrixType> Dec;