ndarray.__oct__() <==> oct(x)
MaskedArray.__imod__ x.__imod__(y) <==> x%=y
MaskedArray.__rsub__(other)
MaskedArray.__divmod__(y) <==> divmod(x, y)
matrix.flat A 1-D iterator over the array. This is a
recarray.data Python buffer object pointing to the start of the array?s data.
recarray.nbytes Total bytes consumed by the elements of the array. Notes Does not include
matrix.size Number of elements in the array. Equivalent to np.prod(a.shape), i.e., the product of the
matrix.compress(condition, axis=None, out=None) Return selected slices of this array along given axis. Refer to
MaskedArray.__pow__(other)
Page 1 of 56