probly.representation.sample.axis_tracking¶
Implementation of axis tracking through NumPy-style indexing operations.
Classes¶
Marker for an advanced indexing array, which can be either integer or boolean and of any shape. |
|
Result of tracking an axis through an indexing operation. |
Functions¶
Track the new position of a 'special' axis after a NumPy-style __getitem__ indexing operation. |