Skip to content

Ellipsis

#include <indexing.hh>
struct Ellipsis

Defined in src/lib/ncarray/indexing.hh:51

An empty struct indicating skipped axes when indexing an array.

This struct serves the same purpose as an ellipsis (…) does when indexing a NumPy array in Python.