hermitianT#
Hermitian transpose (complex conjugate transpose)
-
template<typename T1>
auto __MATX_INLINE__ matx::hermitianT(const T1 &t)# Helper function for creating a hermitian transpose from an operator/View
Examples#
(t2s = hermitianT(t2)).run(exec);