(rontolisp) docs
← Functions

linalg:greater-equal

(linalg:greater-equal a b)

Returns the elementwise a >= b comparison as a 0.0/1.0 mask (numpy's >=, which produces a boolean array); either operand may be a scalar, and arrays broadcast by numpy's rules exactly as linalg:add describes. Multiply by the mask where numpy would boolean-index. The siblings are linalg:greater, linalg:less, linalg:less-equal and linalg:equal.