recarray.repeat(repeats, axis=None) Repeat elements of an array. Refer to
recarray.take(indices, axis=None, out=None, mode='raise') Return an array formed from the elements of a at the
recarray.min(axis=None, out=None, keepdims=False) Return the minimum along a given axis. Refer to
recarray.conjugate() Return the complex conjugate, element-wise. Refer to numpy.conjugate for full
recarray.dot(b, out=None) Dot product of two arrays. Refer to
recarray.partition(kth, axis=-1, kind='introselect', order=None) Rearranges the elements in the array in such a way
recarray.all(axis=None, out=None, keepdims=False) Returns True if all elements evaluate to True. Refer to
recarray.tobytes(order='C') Construct Python bytes containing the raw data bytes in the array. Constructs Python
recarray.put(indices, values, mode='raise') Set a.flat[n] = values[n] for all n in indices.
recarray.tofile(fid, sep="", format="%s") Write array to a file as text or binary (default). Data is always written
Page 6 of 8