#include <full_tensor.hpp>
Public Types | |
using | subindices_domain_t = ddc::DiscreteDomain<TensorIndex...> |
Static Public Member Functions | |
static KOKKOS_FUNCTION constexpr subindices_domain_t | subindices_domain () |
static KOKKOS_FUNCTION constexpr std::size_t | rank () |
static KOKKOS_FUNCTION constexpr std::size_t | size () |
static KOKKOS_FUNCTION constexpr std::size_t | mem_size () |
static KOKKOS_FUNCTION constexpr std::size_t | access_size () |
static KOKKOS_FUNCTION constexpr std::size_t | mem_id (std::array< std::size_t, sizeof...(TensorIndex)> const natural_ids) |
static KOKKOS_FUNCTION constexpr std::size_t | access_id (std::array< std::size_t, sizeof...(TensorIndex)> const natural_ids) |
static KOKKOS_FUNCTION constexpr std::size_t | access_id_to_mem_id (std::size_t access_id) |
template<class Tensor , class Elem , class Id , class FunctorType > | |
static KOKKOS_FUNCTION constexpr Tensor::element_type | process_access (const FunctorType &access, Tensor tensor, Elem elem) |
static KOKKOS_FUNCTION constexpr std::array< std::size_t, rank()> | mem_id_to_canonical_natural_ids (std::size_t mem_id) |
Static Public Attributes | |
static constexpr bool | is_tensor_index = true |
static constexpr bool | is_explicitely_stored_tensor = true |
Definition at line 18 of file full_tensor.hpp.
using sil::tensor::TensorFullIndex< TensorIndex >::subindices_domain_t = ddc::DiscreteDomain<TensorIndex...> |
Definition at line 23 of file full_tensor.hpp.
|
inlinestaticconstexpr |
Definition at line 25 of file full_tensor.hpp.
|
inlinestaticconstexpr |
Definition at line 33 of file full_tensor.hpp.
|
inlinestaticconstexpr |
Definition at line 42 of file full_tensor.hpp.
|
inlinestaticconstexpr |
Definition at line 51 of file full_tensor.hpp.
|
inlinestaticconstexpr |
Definition at line 60 of file full_tensor.hpp.
|
inlinestaticconstexpr |
Definition at line 65 of file full_tensor.hpp.
|
inlinestaticconstexpr |
Definition at line 71 of file full_tensor.hpp.
|
inlinestaticconstexpr |
Definition at line 85 of file full_tensor.hpp.
|
inlinestaticconstexpr |
Definition at line 91 of file full_tensor.hpp.
|
inlinestaticconstexpr |
Definition at line 100 of file full_tensor.hpp.
|
staticconstexpr |
Definition at line 20 of file full_tensor.hpp.
|
staticconstexpr |
Definition at line 21 of file full_tensor.hpp.