User Guide
API reference
Development
GitHub
Twitter
Array objects
The N-dimensional array (
ndarray
)
Scalars
Data type objects (
dtype
)
Indexing
Iterating Over Arrays
Standard array subclasses
Masked arrays
The
numpy.ma
module
Constants of the
numpy.ma
module
Masked array operations
The Array Interface
Datetimes and Timedeltas
Constants
Universal functions (
ufunc
)
Routines
Typing (
numpy.typing
)
Global State
Packaging (
numpy.distutils
)
NumPy Distutils - Users Guide
NumPy C-API
NumPy internals
SIMD Optimizations
NumPy and SWIG
numpy.ma.MaskedArray.__isub__
¶
method
ma.MaskedArray.
__isub__
(
other
)
[source]
¶
Subtract other from self in-place.
numpy.ma.MaskedArray.__iadd__
numpy.ma.MaskedArray.__imul__