record.squeeze() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars from, and
matrix.copy(order='C') Return a copy of the array.
recarray.min(axis=None, out=None, keepdims=False) Return the minimum along a given axis. Refer to
matrix.sort(axis=-1, kind='quicksort', order=None) Sort an array, in-place.
matrix.cumsum(axis=None, dtype=None, out=None) Return the cumulative sum of the elements along the given axis. Refer
record.transpose() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars from
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
Page 18 of 23