Tpetra Matrix/Vector Services  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
Tpetra::Details::Iota< IntType, DeviceType > Class Template Reference

Functor for the iota function. More...

#include <Tpetra_KokkosRefactor_Details_Map.hpp>

List of all members.


Detailed Description

template<class IntType, class DeviceType>
class Tpetra::Details::Iota< IntType, DeviceType >

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.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines