recarray.dump(file) Dump a pickle of the array to the specified file. The array can be read back with pickle.load or numpy
recarray.tolist() Return the array as a (possibly nested) list. Return a copy of the array data as a (nested) Python
record.base base object
record.put() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars from, and possesses
matrix.prod(axis=None, dtype=None, out=None)
matrix.tostring(order='C') Construct Python bytes containing the raw data bytes in the array. Constructs Python
recarray.conj() Complex-conjugate all elements. Refer to numpy.conjugate for full documentation.
matrix.transpose(*axes) Returns a view of the array with axes transposed. For a 1-D array, this has no effect.
matrix.base Base object if memory is from some other object. Examples The base of an array
recarray.newbyteorder(new_order='S') Return the array with the same data viewed with a different byte order.
Page 14 of 23