#include <tensor_impl.hpp>
Public Types | |
using | discrete_domain_type = ddc::DiscreteDomain<Index...> |
using | discrete_element_type = ddc::DiscreteElement<Index...> |
using | natural_domain_t |
Public Member Functions | |
constexpr | TensorAccessor () |
Static Public Member Functions | |
static constexpr natural_domain_t | natural_domain () |
static constexpr discrete_domain_type | domain () |
static constexpr discrete_domain_type | access_domain () |
template<class... CDim> | |
static constexpr discrete_element_type | access_element () |
template<class... NaturalIndex> | |
static constexpr discrete_element_type | access_element (ddc::DiscreteElement< NaturalIndex... > natural_elem) |
template<class... MemIndex> | |
static constexpr natural_domain_t::discrete_element_type | canonical_natural_element (ddc::DiscreteElement< MemIndex... > mem_elem) |
Definition at line 271 of file tensor_impl.hpp.
using sil::tensor::TensorAccessor< Index >::discrete_domain_type = ddc::DiscreteDomain<Index...> |
Definition at line 276 of file tensor_impl.hpp.
using sil::tensor::TensorAccessor< Index >::discrete_element_type = ddc::DiscreteElement<Index...> |
Definition at line 278 of file tensor_impl.hpp.
using sil::tensor::TensorAccessor< Index >::natural_domain_t |
Definition at line 280 of file tensor_impl.hpp.
|
explicitconstexpr |
Definition at line 333 of file tensor_impl.hpp.
|
staticconstexpr |
Definition at line 351 of file tensor_impl.hpp.
|
staticconstexpr |
Definition at line 357 of file tensor_impl.hpp.
|
staticconstexpr |
Definition at line 365 of file tensor_impl.hpp.
|
staticconstexpr |
Definition at line 374 of file tensor_impl.hpp.
|
staticconstexpr |
Definition at line 382 of file tensor_impl.hpp.
|
staticconstexpr |
Definition at line 393 of file tensor_impl.hpp.