plus Assign
operator fun <T, D : Dimension> MutableMultiArray<T, D>.plusAssign(other: MultiArray<T, D>)
Content copied to clipboard
Add other to this. Inplace operator.
operator fun <T, D : Dimension> MutableMultiArray<T, D>.plusAssign(other: T)
Content copied to clipboard
Add other element-wise. Inplace operator.