gteInPlace

open fun gteInPlace(other: F64Array)

Compares if each element in the array is greater than or equal to another array in place.

Parameters

other

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


open fun gteInPlace(other: Double)

Compares if each element in the array is greater than or equal to a scalar in place.

Parameters

other

the scalar