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 |
arma_inline arma_deprecated const Op<T1, op_htrans> htrans | ( | const Base< typename T1::elem_type, T1 > & | X | ) |
Definition at line 48 of file fn_trans.hpp.
arma_inline const T1& htrans | ( | const Op< T1, op_htrans > & | X | ) |
two consecutive hermitian transpose operations cancel each other
Definition at line 61 of file fn_trans.hpp.
arma_inline const Op<T1, op_htrans> trans | ( | const Base< typename T1::elem_type, T1 > & | X | ) |
Definition at line 21 of file fn_trans.hpp.
arma_inline const T1& trans | ( | const Op< T1, op_htrans > & | X | ) |
two consecutive transpose operations cancel each other
Definition at line 34 of file fn_trans.hpp.