minusAssign

open operator fun minusAssign(other: F64Array)

Subtracts another array from this array in place.

Parameters

other

the other array, must have the same shape as this array


open operator fun minusAssign(other: Double)

Subtracts a scalar from each element in the array in place.

Parameters

other

the scalar