timesAssign

open operator fun timesAssign(other: F64Array)

Multiplies another array with this array in place. This is element-wise multiplication, not matrix multiplication.

Parameters

other

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


open operator fun timesAssign(other: Double)

Multiplies each element in the array with a scalar in place.

Parameters

other

the scalar