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 265 typedef typename internal::remove_all<Nested>::type NestedCleaned;
273 for (typename NestedCleaned::InnerIterator it(nm.derived(), row); it; ++it)
290 for (typename NestedCleaned::InnerIterator it(nm.derived(), 0); it; ++it)

Completed in 362 milliseconds