recarray.searchsorted(v, side='left', sorter=None) Find indices where elements of v should be inserted in a to maintain
recarray.swapaxes(axis1, axis2) Return a view of the array with axis1 and axis2 interchanged
recarray.put(indices, values, mode='raise') Set a.flat[n] = values[n] for all n in indices.
recarray.T Same as self.transpose(), except that self is returned if self.ndim < 2. Examples
recarray.any(axis=None, out=None, keepdims=False) Returns True if any of the elements of a evaluate to True.
recarray.conjugate() Return the complex conjugate, element-wise. Refer to numpy.conjugate for full
MaskedArray.__delitem__ x.__delitem__(y) <==> del x[y]
generic.var() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars from, and possesses
ndarray.conjugate() Return the complex conjugate, element-wise. Refer to numpy.conjugate for full
MaskedArray.__ror__ x.__ror__(y) <==> y|x
Page 55 of 56