DASH
0.3.0
|
![]() |
Functions | |
template<typename DimensionalType > | |
constexpr dim_t | dash::ndim (const DimensionalType &d) |
template<typename DimensionalType > | |
constexpr dim_t | dash::rank (const DimensionalType &d) |
template<dim_t Dim, typename DimensionalType > | |
constexpr DimensionalType::extent_type | dash::extent (const DimensionalType &d) |
template<typename DimensionalType > | |
constexpr DimensionalType::extent_type | dash::extent (dim_t dim, const DimensionalType &d) |
Definitions for multidimensional value expressions.
dash::view_traits
constexpr DimensionalType::extent_type dash::extent | ( | const DimensionalType & | d | ) |
#include </tmp/tmporruphar/dash/include/dash/Dimensional.h>
Definition at line 73 of file Dimensional.h.
Referenced by dash::Matrix< _element_type, _rank::value, IndexType, _pattern_type >::allocate(), dash::ArrayRef< ElementType, IndexType, PatternType, LocalMemSpaceT >::ArrayRef(), dash::halo::HaloSpec< NumDimensions >::halo_extension_max(), dash::LocalMatrixRef< ElementT, NumDimensions, NumDimensions, PatternT, LocalMemSpaceT >::LocalMatrixRef(), dash::ViewSpec< NumDimensions, int >::resize_dim(), and dash::ViewSpec< NumDimensions, int >::set_rank().
constexpr DimensionalType::extent_type dash::extent | ( | dim_t | dim, |
const DimensionalType & | d | ||
) |
#include </tmp/tmporruphar/dash/include/dash/Dimensional.h>
Definition at line 82 of file Dimensional.h.
constexpr dim_t dash::ndim | ( | const DimensionalType & | d | ) |
#include </tmp/tmporruphar/dash/include/dash/Dimensional.h>
Definition at line 56 of file Dimensional.h.
Referenced by dash::halo::HaloBlock< ElementT, PatternT, GlobMemT >::HaloBlock(), dash::make_distribution_spec(), dash::make_pattern(), dash::make_team_spec(), dash::LocalArrayRef< value_type, dash::default_index_t, BlockPattern< 1, ROW_MAJOR, dash::default_index_t >, HostSpace >::pattern(), dash::io::hdf5::StoreHDF::read(), dash::halo::StencilOperator< HaloBlockT, StencilSpecT >::StencilOperator(), and dash::io::hdf5::StoreHDF::write().
constexpr dim_t dash::rank | ( | const DimensionalType & | d | ) |
#include </tmp/tmporruphar/dash/include/dash/Dimensional.h>
Definition at line 64 of file Dimensional.h.
Referenced by dash::LocalArrayRef< value_type, dash::default_index_t, BlockPattern< 1, ROW_MAJOR, dash::default_index_t >, HostSpace >::pattern(), and dash::io::hdf5::StoreHDF::read().