sqrt

Contents

sqrt#

Square root

Added in version 0.3.0.

Op matx::sqrt(Op t)#

Compute the square root of each value in a tensor.

Parameters:

t – Tensor or operator input

Examples#

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