Sacado Development
Loading...
Searching...
No Matches
Public Types | List of all members
Kokkos::Impl::ResultDynRankView< InputView > Struct Template Reference

Public Types

using input_value = typename InputView::non_const_value_type
 
using input_layout = typename InputView::array_layout
 
using input_device = typename InputView::device_type
 
using default_layout = typename input_device::execution_space::array_layout
 
using result_layout
 
using type
 

Member Typedef Documentation

◆ result_layout

template<typename InputView >
using Kokkos::Impl::ResultDynRankView< InputView >::result_layout
Initial value:
typename std::conditional<
std::is_same< input_layout, Kokkos::LayoutStride >::value,
default_layout,
input_layout >::type

◆ type

template<typename InputView >
using Kokkos::Impl::ResultDynRankView< InputView >::type
Initial value:
Kokkos::DynRankView<input_value, result_layout, input_device>

The documentation for this struct was generated from the following file: