Searched defs:aEval (Results 1 - 2 of 2) sorted by relevance
/external/eigen/Eigen/src/SparseCore/ |
H A D | SparseCwiseBinaryOp.h | 75 EIGEN_STRONG_INLINE InnerIterator(const binary_evaluator& aEval, Index outer) argument 76 : m_lhsIter(aEval.m_lhsImpl,outer), m_rhsIter(aEval.m_rhsImpl,outer), m_functor(aEval.m_functor) 169 EIGEN_STRONG_INLINE InnerIterator(const binary_evaluator& aEval, Index outer) argument 170 : m_lhsEval(aEval.m_lhsImpl), m_rhsIter(aEval.m_rhsImpl,outer), m_functor(aEval.m_functor), m_value(0), m_id(-1), m_innerSize(aEval.m_expr.rhs().innerSize()) 257 EIGEN_STRONG_INLINE InnerIterator(const binary_evaluator& aEval, Inde [all...] |
H A D | SparseBlock.h | 511 EIGEN_STRONG_INLINE InnerVectorInnerIterator(const unary_evaluator& aEval, Index outer) argument 512 : EvalIterator(aEval.m_argImpl, outer + (IsRowMajor ? aEval.m_block.startRow() : aEval.m_block.startCol())), 513 m_block(aEval.m_block), 514 m_end(IsRowMajor ? aEval.m_block.startCol()+aEval.m_block.blockCols() : aEval.m_block.startRow()+aEval.m_block.blockRows()) 539 EIGEN_STRONG_INLINE OuterVectorInnerIterator(const unary_evaluator& aEval, Inde argument [all...] |
Completed in 209 milliseconds