|
kokkos-utils 0.0.5
|
Concepts | |
| concept | DualView |
Specify that a type is a Kokkos::DualView. | |
| concept | ModifiableView |
Specify that a type is a modifiable Kokkos::View. | |
| concept | Space |
Specify that a type is a Kokkos space. | |
| concept | View |
Specify that a type is a Kokkos::View. | |
| concept | ViewOf |
Specify that a type is a Kokkos::View with value type ValueType. | |
| concept | ViewOfInstanceOf |
Specify that a type is a Kokkos::View, whose value type is an instance of a given class template U. | |
| concept | ViewOfRank |
Specify that a type is a Kokkos::View of given rank Rank. | |