MaskedArray.strides Tuple of bytes to step in each dimension when traversing an array. The byte offset
MaskedArray.__rlshift__ x.__rlshift__(y) <==> y<<x
MaskedArray.__array_wrap__(obj, context=None)
MaskedArray.__setslice__(i, j, value)
MaskedArray.conjugate() Return the complex conjugate, element-wise. Refer to numpy.conjugate
MaskedArray.__deepcopy__(memo=None)
MaskedArray.__add__(other)
MaskedArray.__iadd__(other)
MaskedArray.iscontiguous()
MaskedArray.__rpow__(other)
Page 6 of 11