$search
Functions | |
template<typename T1 > | |
arma_inline const T1 & | strans (const Op< T1, op_strans > &X) |
two consecutive transpose operations cancel each other | |
template<typename T1 > | |
arma_inline const Op< T1, op_htrans > | strans (const Base< typename T1::elem_type, T1 > &X, const typename arma_not_cx< typename T1::elem_type >::result *junk=0) |
template<typename T1 > | |
arma_inline const Op< T1, op_strans > | strans (const Base< typename T1::elem_type, T1 > &X, const typename arma_cx_only< typename T1::elem_type >::result *junk=0) |
two consecutive transpose operations cancel each other
Definition at line 49 of file fn_strans.hpp.
arma_inline const Op<T1, op_htrans> strans | ( | const Base< typename T1::elem_type, T1 > & | X, | |
const typename arma_not_cx< typename T1::elem_type >::result * | junk = 0 | |||
) | [inline] |
Definition at line 35 of file fn_strans.hpp.
arma_inline const Op<T1, op_strans> strans | ( | const Base< typename T1::elem_type, T1 > & | X, | |
const typename arma_cx_only< typename T1::elem_type >::result * | junk = 0 | |||
) | [inline] |
Definition at line 22 of file fn_strans.hpp.