Searched defs:IncompleteLUT (Results 1 - 1 of 1) sorted by relevance

/external/eigen/Eigen/src/IterativeLinearSolvers/
H A DIncompleteLUT.h66 * \class IncompleteLUT
96 class IncompleteLUT : internal::noncopyable class in namespace:Eigen
108 IncompleteLUT() function in class:Eigen::IncompleteLUT
114 IncompleteLUT(const MatrixType& mat, const RealScalar& droptol=NumTraits<Scalar>::dummy_precision(), int fillfactor = 10) function in class:Eigen::IncompleteLUT
133 eigen_assert(m_isInitialized && "IncompleteLUT is not initialized.");
149 IncompleteLUT<Scalar>& compute(const MatrixType& amat)
169 template<typename Rhs> inline const internal::solve_retval<IncompleteLUT, Rhs>
172 eigen_assert(m_isInitialized && "IncompleteLUT is not initialized.");
174 && "IncompleteLUT::solve(): invalid number of rows of the right hand side matrix b");
175 return internal::solve_retval<IncompleteLUT, Rh
[all...]

Completed in 110 milliseconds