Functions | |
template<typename T1 > | |
arma_inline const Op< T1, op_fliplr > | fliplr (const Base< typename T1::elem_type, T1 > &X) |
template<typename T1 > | |
arma_inline const Op< T1, op_flipud > | flipud (const Base< typename T1::elem_type, T1 > &X) |
arma_inline const Op<T1, op_fliplr> fliplr | ( | const Base< typename T1::elem_type, T1 > & | X | ) |
Definition at line 34 of file fn_flip.hpp.
arma_inline const Op<T1, op_flipud> flipud | ( | const Base< typename T1::elem_type, T1 > & | X | ) |
Definition at line 22 of file fn_flip.hpp.