ndarray.__gt__ x.__gt__(y) <==> x>y
matrix.argsort(axis=-1, kind='quicksort', order=None) Returns the indices that would sort this array. Refer to
dtype.__reduce__()
MaskedArray.__rsub__(other)
MaskedArray.__divmod__(y) <==> divmod(x, y)
MaskedArray.__xor__ x.__xor__(y) <==> x^y
MaskedArray.__imod__ x.__imod__(y) <==> x%=y
ndarray.strides Tuple of bytes to step in each dimension when traversing an array. The byte offset of element
MaskedArray.__pow__(other)
ndarray.__reduce__() For pickling.
Page 2 of 56