Home
last modified time | relevance | path

Searched refs:IncompleteLU (Results 1 – 2 of 2) sorted by relevance

/external/eigen/unsupported/Eigen/src/IterativeSolvers/
DIncompleteLU.h16 class IncompleteLU
26 IncompleteLU() : m_isInitialized(false) {} in IncompleteLU() function
29 IncompleteLU(const MatrixType& mat) : m_isInitialized(false) in IncompleteLU() function
38 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;
/external/eigen/unsupported/Eigen/
DIterativeSolvers35 #include "src/IterativeSolvers/IncompleteLU.h"