XGC1
|
#include "space_settings.hpp"
Go to the source code of this file.
Functions | |
template<class Device , typename T > | |
Kokkos::View< T *, Kokkos::LayoutRight, Device > | my_subview (const Kokkos::View< T ****, Kokkos::LayoutRight, Device > &view, int i, int j, int k) |
template<class Device , typename T > | |
Kokkos::View< T *, Kokkos::LayoutRight, Device > | my_subview (const Kokkos::View< T ***, Kokkos::LayoutRight, Device > &view, int i, int j) |
template<class Device , typename T > | |
Kokkos::View< T *, Kokkos::LayoutRight, Device > | my_subview (const Kokkos::View< T **, Kokkos::LayoutRight, Device > &view, int i) |
template<class Device , typename T > | |
Kokkos::View< T **, Kokkos::LayoutRight, Device > | my_subview (const Kokkos::View< T ****, Kokkos::LayoutRight, Device > &view, int i, int j) |
template<class Device , typename T > | |
Kokkos::View< T **, Kokkos::LayoutRight, Device > | my_subview (const Kokkos::View< T ***, Kokkos::LayoutRight, Device > &view, int i) |
template<class Device , typename T > | |
Kokkos::View< T ***, Kokkos::LayoutRight, Device > | my_subview (const Kokkos::View< T ****, Kokkos::LayoutRight, Device > &view, int i) |
template<class Device , typename T > | |
Kokkos::View< T ****, Kokkos::LayoutRight, Device > | my_subview (const Kokkos::View< T *****, Kokkos::LayoutRight, Device > &view, int i) |
template<class Device , typename T > | |
Kokkos::View< T ***, Kokkos::LayoutRight, Device > | my_subview (const Kokkos::View< T *****, Kokkos::LayoutRight, Device > &view, int i, int j) |
template<class Device , typename T > | |
Kokkos::View< T *****, Kokkos::LayoutRight, Device > | my_subview (const Kokkos::View< T ******, Kokkos::LayoutRight, Device > &view, int i) |
template<class Device , typename T > | |
Kokkos::View< T *, Kokkos::LayoutRight, Device, Kokkos::MemoryTraits < Kokkos::Unmanaged > > | my_subview (const Kokkos::View< T ***, Kokkos::LayoutRight, Device, Kokkos::MemoryTraits< Kokkos::Unmanaged >> &view, int i, int j) |
template<class Device , typename T > | |
Kokkos::View< T *, Kokkos::LayoutRight, Device, Kokkos::MemoryTraits < Kokkos::Unmanaged > > | my_subview (const Kokkos::View< T **, Kokkos::LayoutRight, Device, Kokkos::MemoryTraits< Kokkos::Unmanaged >> &view, int i) |
template<class Device , typename T > | |
Kokkos::View< T **, Kokkos::LayoutRight, Device, Kokkos::MemoryTraits < Kokkos::Unmanaged > > | my_subview (const Kokkos::View< T ****, Kokkos::LayoutRight, Device, Kokkos::MemoryTraits< Kokkos::Unmanaged >> &view, int i, int j) |
template<class Device , typename T > | |
Kokkos::View< T **, Kokkos::LayoutRight, Device, Kokkos::MemoryTraits < Kokkos::Unmanaged > > | my_subview (const Kokkos::View< T ***, Kokkos::LayoutRight, Device, Kokkos::MemoryTraits< Kokkos::Unmanaged >> &view, int i) |
template<class Device , typename T > | |
Kokkos::View< T ***, Kokkos::LayoutRight, Device, Kokkos::MemoryTraits < Kokkos::Unmanaged > > | my_subview (const Kokkos::View< T ****, Kokkos::LayoutRight, Device, Kokkos::MemoryTraits< Kokkos::Unmanaged >> &view, int i) |
Kokkos::View<T*,Kokkos::LayoutRight,Device> my_subview | ( | const Kokkos::View< T ****, Kokkos::LayoutRight, Device > & | view, |
int | i, | ||
int | j, | ||
int | k | ||
) |
Kokkos::View<T*,Kokkos::LayoutRight,Device> my_subview | ( | const Kokkos::View< T ***, Kokkos::LayoutRight, Device > & | view, |
int | i, | ||
int | j | ||
) |
Kokkos::View<T*,Kokkos::LayoutRight,Device> my_subview | ( | const Kokkos::View< T **, Kokkos::LayoutRight, Device > & | view, |
int | i | ||
) |
Kokkos::View<T**,Kokkos::LayoutRight,Device> my_subview | ( | const Kokkos::View< T ****, Kokkos::LayoutRight, Device > & | view, |
int | i, | ||
int | j | ||
) |
Kokkos::View<T**,Kokkos::LayoutRight,Device> my_subview | ( | const Kokkos::View< T ***, Kokkos::LayoutRight, Device > & | view, |
int | i | ||
) |
Kokkos::View<T***,Kokkos::LayoutRight,Device> my_subview | ( | const Kokkos::View< T ****, Kokkos::LayoutRight, Device > & | view, |
int | i | ||
) |
Kokkos::View<T****,Kokkos::LayoutRight,Device> my_subview | ( | const Kokkos::View< T *****, Kokkos::LayoutRight, Device > & | view, |
int | i | ||
) |
Kokkos::View<T***,Kokkos::LayoutRight,Device> my_subview | ( | const Kokkos::View< T *****, Kokkos::LayoutRight, Device > & | view, |
int | i, | ||
int | j | ||
) |
Kokkos::View<T*****,Kokkos::LayoutRight,Device> my_subview | ( | const Kokkos::View< T ******, Kokkos::LayoutRight, Device > & | view, |
int | i | ||
) |
Kokkos::View<T*,Kokkos::LayoutRight,Device, Kokkos::MemoryTraits<Kokkos::Unmanaged> > my_subview | ( | const Kokkos::View< T ***, Kokkos::LayoutRight, Device, Kokkos::MemoryTraits< Kokkos::Unmanaged >> & | view, |
int | i, | ||
int | j | ||
) |
Kokkos::View<T*,Kokkos::LayoutRight,Device, Kokkos::MemoryTraits<Kokkos::Unmanaged> > my_subview | ( | const Kokkos::View< T **, Kokkos::LayoutRight, Device, Kokkos::MemoryTraits< Kokkos::Unmanaged >> & | view, |
int | i | ||
) |
Kokkos::View<T**,Kokkos::LayoutRight,Device, Kokkos::MemoryTraits<Kokkos::Unmanaged> > my_subview | ( | const Kokkos::View< T ****, Kokkos::LayoutRight, Device, Kokkos::MemoryTraits< Kokkos::Unmanaged >> & | view, |
int | i, | ||
int | j | ||
) |
Kokkos::View<T**,Kokkos::LayoutRight,Device, Kokkos::MemoryTraits<Kokkos::Unmanaged> > my_subview | ( | const Kokkos::View< T ***, Kokkos::LayoutRight, Device, Kokkos::MemoryTraits< Kokkos::Unmanaged >> & | view, |
int | i | ||
) |
Kokkos::View<T***,Kokkos::LayoutRight,Device, Kokkos::MemoryTraits<Kokkos::Unmanaged> > my_subview | ( | const Kokkos::View< T ****, Kokkos::LayoutRight, Device, Kokkos::MemoryTraits< Kokkos::Unmanaged >> & | view, |
int | i | ||
) |