conj#
Complex conjugate
If input is real the same value is returned
Added in version 0.3.0.
-
Op matx::conj(Op t)#
Compute the complex conjugate of every element in the tensor
- Parameters:
t – Tensor or operator input
Examples#
(tov0 = conj(tiv0)).run(exec);