|
| ArrayT_impl (ArrayT< Value > &array) |
|
template<typename... UInts, typename = ::gridtools::is_all_integral<UInts...>> |
void | construct (UInts... dims) |
|
template<int Alignment, typename... UInts, typename = ::gridtools::is_all_integral<UInts...>> |
void | construct_aligned (UInts... dims) |
|
template<typename... UInts, typename = ::gridtools::is_all_integral<UInts...>> |
void | construct (ArrayAlignment alignment, UInts... dims) |
|
void | construct (const ArrayShape &shape) |
|
void | construct (const ArraySpec &spec) |
|
void | construct (const ArrayShape &shape, const ArrayLayout &layout) |
|
template<typename Layout , typename... UInts, typename = ::gridtools::is_all_integral<UInts...>> |
void | construct_with_layout (UInts... dims) |
|
template<typename... Ints> |
void | resize_variadic (Ints... c) |
|
template<typename UInt , UInt... Indices> |
void | apply_resize (const ArrayShape &shape, std::integer_sequence< UInt, Indices... >) |
|
The documentation for this class was generated from the following files:
- src/atlas/array/Array.h
- src/atlas/array/gridtools/GridToolsArray.cc