SciPy

numpy.ndarray.__imul__

attribute

ndarray.__imul__(self, value, /)

Return self*=value.

Previous topic

numpy.ndarray.__isub__