1#ifndef __SIMULATION_ALIAS_HPP__
2#define __SIMULATION_ALIAS_HPP__
3#include <Kokkos_Core.hpp>
13 template <
typename ExecSpace>
17 Kokkos::MemoryTraits<Kokkos::RandomAccess>>;
19 template <
typename Space>
21 Kokkos::View<
const double**,
24 Kokkos::MemoryTraits<Kokkos::RandomAccess>>;
27 Kokkos::View<std::size_t*, Kokkos::SharedHostPinnedSpace>;
Namespace that contains classes and structures related to simulation handling.
Definition host_specific.hpp:14
Kokkos::View< double *, Kokkos::LayoutLeft, ExecSpace, Kokkos::MemoryTraits< Kokkos::RandomAccess > > DiagonalView
Definition alias.hpp:14
Kokkos::View< const double **, Kokkos::LayoutRight, Space, Kokkos::MemoryTraits< Kokkos::RandomAccess > > CumulativeProbabilityView
Definition alias.hpp:20
Kokkos::View< std::size_t *, Kokkos::SharedHostPinnedSpace > LeavingFlowIndexType
Definition alias.hpp:26
Kokkos::View< double *, Kokkos::SharedHostPinnedSpace > LeavingFlowType
Definition alias.hpp:28