times Assign
operator fun <T, D : Dimension> MutableMultiArray<T, D>.timesAssign(other: MultiArray<T, D>)
Content copied to clipboard
Multiply this by other. Inplace operator.
operator fun <T, D : Dimension> MutableMultiArray<T, D>.timesAssign(other: T)
Content copied to clipboard
Multiply other element-wise. Inplace operator.