hermitianT#

Hermitian transpose (complex conjugate transpose)

template<typename T1>
auto __MATX_INLINE__ matx::hermitianT(T1 t)#

Helper function for creating a hermitian transpose from an operator/View

Examples#

(t2s = hermitianT(t2)).run(exec);