ltInPlace

open fun ltInPlace(other: F64Array)

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

Parameters

other

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


open fun ltInPlace(other: Double)

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

Parameters

other

the scalar