timesAssign

operator fun <T, D : Dimension> MutableMultiArray<T, D>.timesAssign(other: MultiArray<T, D>)

Multiply this by other. Inplace operator.


operator fun <T, D : Dimension> MutableMultiArray<T, D>.timesAssign(other: T)

Multiply other element-wise. Inplace operator.