recarray.tostring(order='C') Construct Python bytes containing the raw data bytes in the array. Constructs Python
record.real real part of scalar
record.resize() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars from, and
ndarray.__gt__ x.__gt__(y) <==> x>y
matrix.setflags(write=None, align=None, uic=None) Set array flags WRITEABLE, ALIGNED, and UPDATEIFCOPY, respectively.
MaskedArray.astype(newtype)
MaskedArray.__irshift__ x.__irshift__(y) <==> x>>=y
MaskedArray.__rdiv__ x.__rdiv__(y) <==> y/x
recarray.flatten(order='C') Return a copy of the array collapsed into one dimension.
MaskedArray.take(indices, axis=None, out=None, mode='raise')
Page 5 of 56