morton-arithmetic 0.1.0
Fast Morton (Z-order) codes with O(1) arithmetic
Loading...
Searching...
No Matches
morton::kokkos::detail Namespace Reference

Typedefs

template<class T >
using host_ptr_view = Kokkos::View< T *, Kokkos::HostSpace, Kokkos::MemoryTraits< Kokkos::Unmanaged > >
 

Typedef Documentation

◆ host_ptr_view

template<class T >
using morton::kokkos::detail::host_ptr_view = typedef Kokkos::View<T*, Kokkos::HostSpace, Kokkos::MemoryTraits<Kokkos::Unmanaged> >