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

  /external/eigen/Eigen/src/SparseCore/
SparseDot.h 54 typedef typename internal::remove_all<Nested>::type NestedCleaned;
60 typename NestedCleaned::InnerIterator i(nthis,0);
SparseMatrixBase.h 268 typedef typename internal::remove_all<Nested>::type NestedCleaned;
276 for (typename NestedCleaned::InnerIterator it(nm.derived(), row); it; ++it)
293 for (typename NestedCleaned::InnerIterator it(nm.derived(), 0); it; ++it)

Completed in 85 milliseconds