recarray.dumps() Returns the pickle of the array as a string. pickle.loads or numpy.loads will convert the string back to
generic.dump() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars from, and possesses
recarray.conjugate() Return the complex conjugate, element-wise. Refer to numpy.conjugate for full
recarray.partition(kth, axis=-1, kind='introselect', order=None) Rearranges the elements in the array in such a way
ndarray.__xor__ x.__xor__(y) <==> x^y
recarray.put(indices, values, mode='raise') Set a.flat[n] = values[n] for all n in indices.
generic.__array__() sc.__array__(
recarray.T Same as self.transpose(), except that self is returned if self.ndim < 2. Examples
record.flatten() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars from, and
MaskedArray.__rdivmod__(y) <==> divmod(y, x)
Page 43 of 56