SciPy

numpy.ndarray.__imul__ΒΆ

ndarray.__imul__($self, value, /)ΒΆ

Return self*=value.

Previous topic

numpy.ndarray.__isub__