gtInPlace

open fun gtInPlace(other: F64Array)

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

Parameters

other

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


open fun gtInPlace(other: Double)

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

Parameters

other

the scalar