MaskedArray.__setstate__(state)
ndarray.choose(choices, out=None, mode='raise') Use an index array to construct a new array from a set of choices. Refer
ndarray.__len__() <==> len(x)
MaskedArray.__ipow__(other)
recarray.min(axis=None, out=None, keepdims=False) Return the minimum along a given axis. Refer to
record.newbyteorder(new_order='S') Return a new
MaskedArray.__ixor__ x.__ixor__(y) <==> x^=y
matrix.conjugate() Return the complex conjugate, element-wise. Refer to numpy.conjugate for full documentation
ndarray.conj() Complex-conjugate all elements. Refer to numpy.conjugate for full documentation.
MaskedArray.__ne__(other)
Page 51 of 56