|
Tpetra Matrix/Vector Services
Version of the Day
|
Functor for the iota function. More...
#include <Tpetra_KokkosRefactor_Details_Map.hpp>
Functor for the iota function.
This functor fills the given View with integers 0, 1, ..., x.dimension_0() - 1. It implements the iota() function below. Users should use the iota() function directly.
Definition at line 58 of file Tpetra_KokkosRefactor_Details_Map.hpp.
1.7.6.1