A helper class for mapping indices between views and their underlying containers. More...
#include <index_mapper.hpp>
A helper class for mapping indices between views and their underlying containers.
The index_mapper class provides functionality to convert indices from a view's coordinate system to the corresponding indices in the underlying container. This is particularly useful for views that contain integral slices (fixed indices), as these slices reduce the dimensionality of the view.
| UndefinedView | The primary template parameter, specialized for xt::xview types. |
xt::xview<UnderlyingContainer, Slices...> types only. Other view types will trigger a compilation error. Definition at line 19 of file index_mapper.hpp.