Negate (-)#

Unary negation operator

Op matx::operator-(Op t)#

Negate input tensor or operator

Parameters:

t – LHS tensor or operator input

Examples#

(tov0 = -tiv0).run(exec);