probly.representation.sample.axis_tracking

Implementation of axis tracking through NumPy-style indexing operations.

Classes

ArrayIndex

Marker for an advanced indexing array, which can be either integer or boolean and of any shape.

AxisTrackingResult

Result of tracking an axis through an indexing operation.

Functions

track_axis

Track the new position of a 'special' axis after a NumPy-style __getitem__ indexing operation.