acos

Contents

acos#

Inverse cosine

Added in version 0.3.0.

Op matx::acos(Op t)#

Compute arccosine of every element in the tensor

Parameters:

t – Tensor or operator input

Examples#

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