AbstractMatrix ============== .. currentmodule:: kgpy.matrix .. autoclass:: kgpy.matrix.AbstractMatrix :members: :show-inheritance: :inherited-members: :undoc-members: :member-order: groupwise .. automethod:: __init__ .. rubric:: Attributes .. autosummary:: ~AbstractMatrix.array ~AbstractMatrix.array_labeled ~AbstractMatrix.broadcasted ~AbstractMatrix.centers ~AbstractMatrix.component_sum ~AbstractMatrix.components ~AbstractMatrix.coordinates ~AbstractMatrix.dtype ~AbstractMatrix.indices ~AbstractMatrix.length ~AbstractMatrix.ndim ~AbstractMatrix.normalize ~AbstractMatrix.normalized ~AbstractMatrix.shape ~AbstractMatrix.transpose ~AbstractMatrix.tuple ~AbstractMatrix.type_coordinates ~AbstractMatrix.type_matrix ~AbstractMatrix.unit .. rubric:: Methods .. autosummary:: ~AbstractMatrix.__init__ ~AbstractMatrix.add_axes ~AbstractMatrix.aligned ~AbstractMatrix.all ~AbstractMatrix.any ~AbstractMatrix.astype ~AbstractMatrix.broadcast_to ~AbstractMatrix.combine_axes ~AbstractMatrix.copy ~AbstractMatrix.copy_shallow ~AbstractMatrix.from_coordinates ~AbstractMatrix.identity ~AbstractMatrix.index ~AbstractMatrix.index_below_brute ~AbstractMatrix.index_nearest_brute ~AbstractMatrix.index_nearest_secant ~AbstractMatrix.index_secant ~AbstractMatrix.interp_linear ~AbstractMatrix.inverse_numpy ~AbstractMatrix.inverse_schulz ~AbstractMatrix.linear_space ~AbstractMatrix.max ~AbstractMatrix.mean ~AbstractMatrix.min ~AbstractMatrix.ndindex ~AbstractMatrix.outer ~AbstractMatrix.plot ~AbstractMatrix.plot_filled ~AbstractMatrix.prototype ~AbstractMatrix.ptp ~AbstractMatrix.reshape ~AbstractMatrix.rms ~AbstractMatrix.std ~AbstractMatrix.stratified_random_space ~AbstractMatrix.sum ~AbstractMatrix.to ~AbstractMatrix.to_matrix ~AbstractMatrix.to_vector .. rubric:: Inheritance Diagram .. inheritance-diagram:: kgpy.matrix.AbstractMatrix