Functions

fn_sort.hpp File Reference

Go to the source code of this file.

Functions

template<typename T1 >
arma_inline const Op< T1, op_sortsort (const Base< typename T1::elem_type, T1 > &X, const u32 sort_type=0, const u32 dim=0)
template<typename eT >
arma_inline const Op< Col< eT >
, op_sort
sort (const Col< eT > &X, const u32 sort_type=0)
template<typename eT >
arma_inline const Op< Row< eT >
, op_sort
sort (const Row< eT > &X, const u32 sort_type=0)