Sacado  Development
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
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 = typename std::conditional< std::is_same< input_layout, Kokkos::LayoutStride >::value, default_layout, input_layout >::type
 
using type = Kokkos::DynRankView< input_value, result_layout, input_device >
 

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