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 133 of file Kokkos_ViewFactory.hpp.
using Kokkos::Impl::ResultDynRankView< InputView >::input_value = typename InputView::non_const_value_type |
Definition at line 137 of file Kokkos_ViewFactory.hpp.
using Kokkos::Impl::ResultDynRankView< InputView >::input_layout = typename InputView::array_layout |
Definition at line 138 of file Kokkos_ViewFactory.hpp.
using Kokkos::Impl::ResultDynRankView< InputView >::input_device = typename InputView::device_type |
Definition at line 139 of file Kokkos_ViewFactory.hpp.
using Kokkos::Impl::ResultDynRankView< InputView >::default_layout = typename input_device::execution_space::array_layout |
Definition at line 140 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 145 of file Kokkos_ViewFactory.hpp.
using Kokkos::Impl::ResultDynRankView< InputView >::type = Kokkos::DynRankView<input_value, result_layout, input_device> |
Definition at line 147 of file Kokkos_ViewFactory.hpp.