cosh

Contents

cosh#

Hyperbolic cosine

Added in version 0.3.0.

Op matx::cosh(Op t)#

Compute hyperbolic cosine of every element in the tensor

Parameters:

t – Tensor or operator input

Examples#

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