Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/SparseCore/
DSparseDot.h54 typedef typename internal::remove_all<Nested>::type NestedCleaned; in dot() typedef
60 typename NestedCleaned::InnerIterator i(nthis,0); in dot()
DSparseMatrixBase.h268 typedef typename internal::remove_all<Nested>::type NestedCleaned; typedef
276 for (typename NestedCleaned::InnerIterator it(nm.derived(), row); it; ++it)
293 for (typename NestedCleaned::InnerIterator it(nm.derived(), 0); it; ++it)