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
recarray.setflags(write=None, align=None, uic=None) Set array flags WRITEABLE, ALIGNED, and UPDATEIFCOPY, respectively
recarray.sum(axis=None, dtype=None, out=None, keepdims=False) Return the sum of the array elements over the given axis.
recarray.real The real part of the array. See also
recarray.diagonal(offset=0, axis1=0, axis2=1) Return specified diagonals. In NumPy 1.9 the returned array is a read-only
recarray.resize(new_shape, refcheck=True) Change shape and size of array in-place.
recarray.setfield(val, dtype, offset=0) Put a value into a specified place in a field defined by a data-type. Place
Page 3 of 8