SciPy

numpy.ndarray.__mul__

attribute

ndarray.__mul__(self, value, /)

Return self*value.

Previous topic

numpy.ndarray.__sub__