$search
Functions | |
template<typename eT > | |
arma_inline const Op< Row< eT > , op_sort > | sort (const Row< eT > &X, const uword sort_type=0) |
template<typename eT > | |
arma_inline const Op< Col< eT > , op_sort > | sort (const Col< eT > &X, const uword sort_type=0) |
template<typename T1 > | |
arma_inline const Op< T1, op_sort > | sort (const Base< typename T1::elem_type, T1 > &X, const uword sort_type=0, const uword dim=0) |
arma_inline const Op<Row<eT>, op_sort> sort | ( | const Row< eT > & | X, | |
const uword | sort_type = 0 | |||
) | [inline] |
Definition at line 47 of file fn_sort.hpp.
arma_inline const Op<Col<eT>, op_sort> sort | ( | const Col< eT > & | X, | |
const uword | sort_type = 0 | |||
) | [inline] |
Definition at line 33 of file fn_sort.hpp.