#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 273 of file tensor_impl.hpp.
| using sil::tensor::TensorAccessor< Index >::discrete_domain_type = ddc::DiscreteDomain<Index...> |
Definition at line 278 of file tensor_impl.hpp.
| using sil::tensor::TensorAccessor< Index >::discrete_element_type = ddc::DiscreteElement<Index...> |
Definition at line 280 of file tensor_impl.hpp.
| using sil::tensor::TensorAccessor< Index >::natural_domain_t |
Definition at line 282 of file tensor_impl.hpp.
|
explicitconstexpr |
Definition at line 335 of file tensor_impl.hpp.
|
staticconstexpr |
Definition at line 353 of file tensor_impl.hpp.
|
staticconstexpr |
Definition at line 359 of file tensor_impl.hpp.
|
staticconstexpr |
Definition at line 367 of file tensor_impl.hpp.
|
staticconstexpr |
Definition at line 376 of file tensor_impl.hpp.
|
staticconstexpr |
Definition at line 384 of file tensor_impl.hpp.
|
staticconstexpr |
Definition at line 395 of file tensor_impl.hpp.