Sacado Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <Kokkos_ViewFactory.hpp>
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 > |
Definition at line 113 of file Kokkos_ViewFactory.hpp.
using Kokkos::Impl::ResultDynRankView< InputView >::input_value = typename InputView::non_const_value_type |
Definition at line 117 of file Kokkos_ViewFactory.hpp.
using Kokkos::Impl::ResultDynRankView< InputView >::input_layout = typename InputView::array_layout |
Definition at line 118 of file Kokkos_ViewFactory.hpp.
using Kokkos::Impl::ResultDynRankView< InputView >::input_device = typename InputView::device_type |
Definition at line 119 of file Kokkos_ViewFactory.hpp.
using Kokkos::Impl::ResultDynRankView< InputView >::default_layout = typename input_device::execution_space::array_layout |
Definition at line 120 of file Kokkos_ViewFactory.hpp.
using Kokkos::Impl::ResultDynRankView< InputView >::result_layout = typename std::conditional< std::is_same< input_layout, Kokkos::LayoutStride >::value, default_layout, input_layout >::type |
Definition at line 125 of file Kokkos_ViewFactory.hpp.
using Kokkos::Impl::ResultDynRankView< InputView >::type = Kokkos::DynRankView<input_value, result_layout, input_device> |
Definition at line 127 of file Kokkos_ViewFactory.hpp.