divAssign

open operator fun divAssign(other: F64Array)

Divides this array by another array in place.

Parameters

other

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


open operator fun divAssign(other: Double)

Divides each element in the array by a scalar in place.

Parameters

other

the scalar