|
Template Numerical Library version\ main:d08c4decc
|
Static N-dimensional array. More...
#include <TNL/Containers/NDArray.h>


Public Member Functions | |
| constexpr void | setValue (Value value) |
| Sets all elements of the array to given value. | |
Static N-dimensional array.
| Value | Type of the values stored in the array. |
| SizesHolder | Instance of SizesHolder that will represent the array sizes. |
| Permutation | Permutation that will be applied to indices when accessing the array elements. The identity permutation is used by default. |
| Index | Type of indices used for addressing the array elements. |
See also the Users' Guide.