Go to the source code of this file.
Functions | |
template<typename T1 > | |
arma_inline arma_deprecated const Op< T1, op_htrans > | htrans (const Base< typename T1::elem_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 | |
template<typename T1 > | |
arma_inline const Op< T1, op_htrans > | trans (const Base< typename T1::elem_type, T1 > &X) |
template<typename T1 > | |
arma_inline const T1 & | trans (const Op< T1, op_htrans > &X) |
two consecutive transpose operations cancel each other |