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