5#ifndef IPPL_VIEW_TYPES_H
6#define IPPL_VIEW_TYPES_H
8#include <Kokkos_Core.hpp>
24 template <
typename T,
int N>
43 template <
typename T,
unsigned Dim,
class... Properties>
45 typedef Kokkos::View<typename NPtr<T, Dim>::type, Properties...>
view_type;
48 template <
typename MemorySpace>
Implementations for FFT constructor/destructor and transforms.
NPtr< T, N-1 >::type * type
typename detail::ViewType< int, 1, MemorySpace >::view_type hash_type
Kokkos::View< typename NPtr< T, Dim >::type, Properties... > view_type