|
|
| CommonSubview (const DstType &dst, const SrcType &src, const Args &...args) |
|
|
dst_subview_type | dst_sub |
|
src_subview_type | src_sub |
◆ dst_subview_type
template<class DstT, class DstL, unsigned DstS, class... DstArgs, class SrcT, class SrcL, unsigned SrcS, class... SrcArgs, class... Args>
Initial value:
decltype(subview(std::declval<DstType>(), std::declval<Args>()...))
◆ DstType
template<class DstT, class DstL, unsigned DstS, class... DstArgs, class SrcT, class SrcL, unsigned SrcS, class... SrcArgs, class... Args>
Initial value:
Kokkos::View<DstT, Kokkos::LayoutContiguous<DstL, DstS>, DstArgs...>
◆ src_subview_type
template<class DstT, class DstL, unsigned DstS, class... DstArgs, class SrcT, class SrcL, unsigned SrcS, class... SrcArgs, class... Args>
Initial value:
decltype(subview(std::declval<SrcType>(), std::declval<Args>()...))
◆ SrcType
template<class DstT, class DstL, unsigned DstS, class... DstArgs, class SrcT, class SrcL, unsigned SrcS, class... SrcArgs, class... Args>
Initial value:
Kokkos::View<SrcT, Kokkos::LayoutContiguous<SrcL, SrcS>, SrcArgs...>
The documentation for this struct was generated from the following file:
- Sacado_Fad_Kokkos_Specialization.hpp