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