divAssign

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

Divide this by other. Inplace operator.


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

Divide by other element-wise. Inplace operator.