AbstractArray ============= .. currentmodule:: kgpy.function .. autoclass:: kgpy.function.AbstractArray :members: :show-inheritance: :inherited-members: :undoc-members: :member-order: groupwise .. automethod:: __init__ .. rubric:: Attributes .. autosummary:: ~AbstractArray.input_broadcasted ~AbstractArray.inverse ~AbstractArray.mask ~AbstractArray.output ~AbstractArray.shape ~AbstractArray.input .. rubric:: Methods .. autosummary:: ~AbstractArray.__init__ ~AbstractArray.copy ~AbstractArray.copy_shallow ~AbstractArray.from_pickle ~AbstractArray.pcolormesh ~AbstractArray.to_pickle .. rubric:: Inheritance Diagram .. inheritance-diagram:: kgpy.function.AbstractArray