Searched refs:MatrixTypeIterator (Results 1 - 1 of 1) sorted by relevance

/external/eigen/Eigen/src/SparseCore/
H A DSparseCwiseUnaryOp.h29 typedef typename _MatrixTypeNested::InnerIterator MatrixTypeIterator; typedef in class:Eigen::CwiseUnaryOpImpl
35 : public CwiseUnaryOpImpl<UnaryOp,MatrixType,Sparse>::MatrixTypeIterator
38 typedef typename CwiseUnaryOpImpl<UnaryOp,MatrixType,Sparse>::MatrixTypeIterator Base;
93 typedef typename _MatrixTypeNested::InnerIterator MatrixTypeIterator; typedef in class:Eigen::CwiseUnaryViewImpl
99 : public CwiseUnaryViewImpl<ViewOp,MatrixType,Sparse>::MatrixTypeIterator
102 typedef typename CwiseUnaryViewImpl<ViewOp,MatrixType,Sparse>::MatrixTypeIterator Base;

Completed in 273 milliseconds