plusAssign

open operator fun plusAssign(other: F64Array)

Adds another array to this array in place.

Parameters

other

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


open operator fun plusAssign(other: Double)

Adds a scalar to each element in the array in place.

Parameters

other

the scalar