|
kokkos-execution 0.0.1
|
#include <sum_indices.hpp>
Public Member Functions | |
| template<std::integral T> | |
| void | operator() (const T index) const |
| template<Kokkos::TeamHandle TeamHandleType> | |
| void | operator() (const TeamHandleType &team_handle) const |
Public Attributes | |
| ViewType | data |
Definition at line 14 of file sum_indices.hpp.
|
inline |
Definition at line 18 of file sum_indices.hpp.
References data.
|
inline |
Definition at line 23 of file sum_indices.hpp.
| ViewType Tests::Utils::Functors::SumIndices< ViewType >::data |
Definition at line 15 of file sum_indices.hpp.