HomeSort by relevance Sort by last modified time
    Searched refs:EvaluatorType (Results 1 - 2 of 2) sorted by null

  /external/eigen/Eigen/src/Core/
CoreIterators.h 37 typedef internal::evaluator<XprType> EvaluatorType;
61 EvaluatorType m_eval;
77 typedef evaluator<XprType> EvaluatorType;
82 EIGEN_STRONG_INLINE inner_iterator_selector(const EvaluatorType &eval, const Index &outerId, const Index &innerSize)
101 const EvaluatorType& m_eval;
115 typedef evaluator<XprType> EvaluatorType;
118 EIGEN_STRONG_INLINE inner_iterator_selector(const EvaluatorType &eval, const Index &outerId, const Index &/*innerSize*/)
  /external/eigen/Eigen/src/SparseCore/
SparseBlock.h 44 typedef internal::evaluator<XprType> EvaluatorType;
45 EvaluatorType matEval(m_matrix);
49 for(typename EvaluatorType::InnerIterator it(matEval, j); it; ++it)

Completed in 434 milliseconds