Searched refs:EvaluatorType (Results 1 – 2 of 2) sorted by relevance
37 typedef internal::evaluator<XprType> EvaluatorType; typedef61 EvaluatorType m_eval;77 typedef evaluator<XprType> EvaluatorType; typedef82 …EIGEN_STRONG_INLINE inner_iterator_selector(const EvaluatorType &eval, const Index &outerId, const… in inner_iterator_selector()101 const EvaluatorType& m_eval;115 typedef evaluator<XprType> EvaluatorType; typedef118 …EIGEN_STRONG_INLINE inner_iterator_selector(const EvaluatorType &eval, const Index &outerId, const… in inner_iterator_selector()
44 typedef internal::evaluator<XprType> EvaluatorType; in nonZeros() typedef45 EvaluatorType matEval(m_matrix); in nonZeros()49 for(typename EvaluatorType::InnerIterator it(matEval, j); it; ++it) in nonZeros()