remAssign

open operator fun remAssign(other: F64Array)

Divides this array by another array in plac and takes the remainder.

Since

1.1.1

Parameters

other

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


open operator fun remAssign(other: Double)

Divides each element with a scalar and takes the remainder.

Since

1.1.1

Parameters

other

the scalar