Go to the source code of this file.
Functions | |
template<typename T > | |
const Op< Mat< std::complex< T > >, op_htrans > | htrans (const Mat< std::complex< T > > &X) |
template<typename T > | |
const Op< Row< std::complex< T > >, op_htrans > | htrans (const Row< std::complex< T > > &X) |
template<typename T > | |
const Op< Col< std::complex< T > >, op_htrans > | htrans (const Col< std::complex< T > > &X) |
template<typename T , typename T1 > | |
const Op< T1, op_htrans > | htrans (const Base< std::complex< T >, T1 > &X) |
template<typename T1 > | |
const T1 & | htrans (const Op< T1, op_htrans > &X) |
two consecutive hermitian transpose operations cancel each other |