ndarray.nbytes Total bytes consumed by the elements of the array. Notes Does not include
recarray.view(dtype=None, type=None) New view of array with the same data.
recarray.itemset(*args) Insert scalar into an array (scalar is cast to array?s dtype, if possible) There must be
recarray.ctypes An object to simplify the interaction of the array with the ctypes module. This attribute creates
recarray.cumsum(axis=None, dtype=None, out=None) Return the cumulative sum of the elements along the given axis. Refer
MaskedArray.dtype Data-type of the array?s elements.
MaskedArray.__itruediv__(other)
MaskedArray.__imul__(other)
MaskedArray.__setmask__(mask, copy=False)
generic.prod() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars from, and possesses
Page 15 of 56