Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/Core/
DCoreIterators.h41 InnerIterator(const XprType &xpr, const Index &outerId) in InnerIterator() argument
42 : m_eval(xpr), m_iter(m_eval, outerId, xpr.innerSize()) in InnerIterator()
87 …EIGEN_STRONG_INLINE inner_iterator_selector(const EvaluatorType &eval, const Index &outerId, const… in inner_iterator_selector() argument
88 : m_eval(eval), m_inner(0), m_outer(outerId), m_end(innerSize) in inner_iterator_selector()
123 …EIGEN_STRONG_INLINE inner_iterator_selector(const EvaluatorType &eval, const Index &outerId, const… in inner_iterator_selector() argument
124 : Base(eval, outerId) in inner_iterator_selector()