Go to the source code of this file.
Functions | |
template<typename T1 > | |
arma_inline const Op< T1, op_trans > | trans (const Base< typename T1::elem_type, T1 > &X) |
template<typename T1 > | |
arma_inline const T1 & | trans (const Op< T1, op_trans > &X) |
two consecutive transpose operations cancel each other | |
template<typename T1 > | |
arma_inline const Op< T1, op_diagmat > | trans (const Op< T1, op_diagmat > &X) |
transpose of a diagonal matrix (which is square) does nothing |