AbstractArray ============= .. currentmodule:: kgpy.labeled .. autoclass:: kgpy.labeled.AbstractArray :members: :show-inheritance: :inherited-members: :undoc-members: :member-order: groupwise .. automethod:: __init__ .. rubric:: Attributes .. autosummary:: ~AbstractArray.array ~AbstractArray.array_labeled ~AbstractArray.axes ~AbstractArray.broadcasted ~AbstractArray.centers ~AbstractArray.dtype ~AbstractArray.indices ~AbstractArray.length ~AbstractArray.ndim ~AbstractArray.normalized ~AbstractArray.shape ~AbstractArray.type_array ~AbstractArray.type_array_auxiliary ~AbstractArray.unit .. rubric:: Methods .. autosummary:: ~AbstractArray.__init__ ~AbstractArray.add_axes ~AbstractArray.aligned ~AbstractArray.all ~AbstractArray.any ~AbstractArray.array_aligned ~AbstractArray.astype ~AbstractArray.broadcast_shapes ~AbstractArray.broadcast_to ~AbstractArray.change_axis_index ~AbstractArray.colorize_axis ~AbstractArray.combine_axes ~AbstractArray.copy ~AbstractArray.copy_shallow ~AbstractArray.filter_mean ~AbstractArray.filter_mean_trimmed ~AbstractArray.filter_median ~AbstractArray.index ~AbstractArray.index_below_brute ~AbstractArray.index_nearest_brute ~AbstractArray.index_nearest_secant ~AbstractArray.index_secant ~AbstractArray.interp_linear ~AbstractArray.matrix_determinant ~AbstractArray.matrix_inverse ~AbstractArray.matrix_multiply ~AbstractArray.max ~AbstractArray.mean ~AbstractArray.min ~AbstractArray.ndindex ~AbstractArray.ptp ~AbstractArray.reshape ~AbstractArray.rms ~AbstractArray.shape_broadcasted ~AbstractArray.std ~AbstractArray.sum ~AbstractArray.to .. rubric:: Inheritance Diagram .. inheritance-diagram:: kgpy.labeled.AbstractArray