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

/external/eigen/Eigen/src/SparseCore/
H A DSparseDot.h54 typedef typename internal::remove_all<Nested>::type NestedCleaned; typedef
60 typename NestedCleaned::InnerIterator i(nthis,0);
H A 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)

Completed in 81 milliseconds