Intrepid2
|
Iterator allows linear traversal of (part of) a Kokkos View in a manner that is agnostic to its rank. More...
Go to the source code of this file.
Classes | |
class | Intrepid2::ViewIterator< ViewType, ScalarType > |
A helper class that allows iteration over some part of a Kokkos View, while allowing the calling code to remain agnostic as to the rank of the view. More... | |
Iterator allows linear traversal of (part of) a Kokkos View in a manner that is agnostic to its rank.
Definition in file Intrepid2_ViewIterator.hpp.