minusAssign

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

Subtract other from this. Inplace operator.


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

Subtract other element-wise. Inplace operator.