AutoAxis¶
- class kgpy.mixin.AutoAxis¶
Bases:
objectSemi-automated axis numbering
- abstract __init__()¶
Attributes
Number of dimensions on the left side of the array.
Number of dimensions on the right side of the array
List of indices for each axis.
Methods
__init__()auto_axis_index([from_right])- rtype
perp_axes(axis)- rtype
Inheritance Diagram
- all¶
List of indices for each axis.
- num_left_dim¶
Number of dimensions on the left side of the array.
- num_right_dim¶
Number of dimensions on the right side of the array