MaskedArray.__repr__()
MaskedArray.__rshift__ x.__rshift__(y) <==> x>>y
MaskedArray.size Number of elements in the array. Equivalent to np.prod(a.shape), i.e., the
MaskedArray.__rtruediv__(other)
MaskedArray.iscontiguous()
MaskedArray.__str__()
MaskedArray.conjugate() Return the complex conjugate, element-wise. Refer to numpy.conjugate
MaskedArray.__iadd__(other)
MaskedArray.__ior__ x.__ior__(y) <==> x|=y
MaskedArray.compress(condition, axis=None, out=None)
Page 5 of 11