Skip to content

sc_lt

Short-circuit less-than (scalar context).

c = sc_lt(A, B)

Scalar short-circuit < test. Companion to lt.

  • lt — Element-wise less-than test (function form of <).
  • sc_le — Short-circuit less-than-or-equal (scalar context).
  • sc_gt — Short-circuit greater-than (scalar context).