ndarray.__div__ x.__div__(y) <==> x/y
recarray.cumprod(axis=None, dtype=None, out=None) Return the cumulative product of the elements along the given axis.
record.swapaxes() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars from,
record.strides tuple of bytes steps in each dimension
MaskedArray.__array_wrap__(obj, context=None)
MaskedArray.__rpow__(other)
ndarray.__or__ x.__or__(y) <==> x|y
record.pprint()
ndarray.__imul__ x.__imul__(y) <==> x*=y
MaskedArray.iscontiguous()
Page 29 of 56