Less than or equal (<=)#
Less than or equal to
Added in version 0.3.0.
-
Op matx::operator<=(Op t, Op t2)#
Compute t <= t2 of two operators or tensors
- Parameters:
t – LHS tensor or operator input
t2 – RHS tensor or operator input
Examples#
(tob = tiv0 <= d).run(exec);