Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/Core/
DCoreIterators.h21 class inner_iterator_selector; variable
36 …typedef internal::inner_iterator_selector<XprType, typename internal::evaluator_traits<XprType>::K…
74 class inner_iterator_selector<XprType, IndexBased>
82 …EIGEN_STRONG_INLINE inner_iterator_selector(const EvaluatorType &eval, const Index &outerId, const… in inner_iterator_selector() function
92 EIGEN_STRONG_INLINE inner_iterator_selector& operator++() { m_inner++; return *this; }
110 class inner_iterator_selector<XprType, IteratorBased>
118 …EIGEN_STRONG_INLINE inner_iterator_selector(const EvaluatorType &eval, const Index &outerId, const… in inner_iterator_selector() function