minus Assign
operator fun <T, D : Dimension> MutableMultiArray<T, D>.minusAssign(other: MultiArray<T, D>)
Content copied to clipboard
Subtract other from this. Inplace operator.
operator fun <T, D : Dimension> MutableMultiArray<T, D>.minusAssign(other: T)
Content copied to clipboard
Subtract other element-wise. Inplace operator.