Functions
Fn_sort

Functions

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

Detailed Description

Function Documentation

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 
)

Definition at line 21 of file fn_sort.hpp.

template<typename eT >
arma_inline const Op<Col<eT>, op_sort> sort ( const Col< eT > &  X,
const uword  sort_type = 0 
)

Definition at line 33 of file fn_sort.hpp.

template<typename eT >
arma_inline const Op<Row<eT>, op_sort> sort ( const Row< eT > &  X,
const uword  sort_type = 0 
)

Definition at line 47 of file fn_sort.hpp.



armadillo_matrix
Author(s):
autogenerated on Fri Apr 16 2021 02:32:00