Provides a way to check the bounds when accessing elements/slices of an array or a view.
Provides for_each functions for multi-dimensional arrays/views.
Provides a class that maps multi-dimensional indices to a linear index and vice versa.
Provides definitions of various layout policies.
Provides utilities to work with permutations and to compactly encode/decode std::array objects.
Includes the itertools header and provides some additional utilities.
Provides an extension to nda::idx_map to support string indices.
Provides utilities that determine the resulting nda::idx_map when taking a slice of an nda::idx_map.