sin#

Sine in radians

Op matx::sin(Op t)#

Compute the sine of every element in the tensor

Parameters:

t – Tensor or operator input

Examples#

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