ArrayInterface ============== .. currentmodule:: kgpy.labeled .. autoclass:: kgpy.labeled.ArrayInterface :members: :show-inheritance: :inherited-members: :undoc-members: :member-order: groupwise .. automethod:: __init__ .. rubric:: Attributes .. autosummary:: ~ArrayInterface.array ~ArrayInterface.array_labeled ~ArrayInterface.broadcasted ~ArrayInterface.centers ~ArrayInterface.dtype ~ArrayInterface.indices ~ArrayInterface.length ~ArrayInterface.ndim ~ArrayInterface.normalized ~ArrayInterface.shape ~ArrayInterface.unit .. rubric:: Methods .. autosummary:: ~ArrayInterface.__init__ ~ArrayInterface.add_axes ~ArrayInterface.aligned ~ArrayInterface.all ~ArrayInterface.any ~ArrayInterface.astype ~ArrayInterface.broadcast_to ~ArrayInterface.combine_axes ~ArrayInterface.copy ~ArrayInterface.copy_shallow ~ArrayInterface.index ~ArrayInterface.index_below_brute ~ArrayInterface.index_nearest_brute ~ArrayInterface.index_secant ~ArrayInterface.interp_linear ~ArrayInterface.max ~ArrayInterface.mean ~ArrayInterface.min ~ArrayInterface.ndindex ~ArrayInterface.ptp ~ArrayInterface.reshape ~ArrayInterface.rms ~ArrayInterface.std ~ArrayInterface.sum ~ArrayInterface.to .. rubric:: Inheritance Diagram .. inheritance-diagram:: kgpy.labeled.ArrayInterface