plusAssign

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

Add other to this. Inplace operator.


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

Add other element-wise. Inplace operator.