MaskedArray.flags Information about the memory layout of the array. Notes The
MaskedArray.nbytes Total bytes consumed by the elements of the array. Notes Does
MaskedArray.take(indices, axis=None, out=None, mode='raise')
MaskedArray.__oct__() <==> oct(x)
MaskedArray.__mul__(other)
MaskedArray.__irshift__ x.__irshift__(y) <==> x>>=y
MaskedArray.__rdiv__ x.__rdiv__(y) <==> y/x
MaskedArray.__abs__() <==> abs(x)
MaskedArray.__rand__ x.__rand__(y) <==> y&x
MaskedArray.conj() Complex-conjugate all elements. Refer to numpy.conjugate for full documentation
Page 2 of 11