SciPy

This is documentation for an old release of NumPy (version 1.17). Read this page in the documentation of the latest stable release (version 2.2).

numpy.ma.MaskedArray.__isub__

method

MaskedArray.__isub__(self, other)[source]

Subtract other from self in-place.

Previous topic

numpy.ma.MaskedArray.__iadd__

Next topic

numpy.ma.MaskedArray.__imul__