times Assign
Multiplies another array with this array in place. This is element-wise multiplication, not matrix multiplication.
Parameters
other
the other array, must have the same shape as this array
Multiplies each element in the array with a scalar in place.
Parameters
other
the scalar