fn_sort_index.hpp File Reference

Go to the source code of this file.

Classes

struct  arma_sort_index_packet_ascend< T1, T2 >
struct  arma_sort_index_packet_descend< T1, T2 >
struct  sort_index_result_type_deducer< T >
struct  sort_index_result_type_deducer< Col< eT > >
struct  sort_index_result_type_deducer< Row< eT > >

Functions

template<typename T1 , typename T2 >
bool operator< (const arma_sort_index_packet_ascend< T1, T2 > &A, const arma_sort_index_packet_ascend< T1, T2 > &B)
template<typename T1 , typename T2 >
bool operator< (const arma_sort_index_packet_descend< T1, T2 > &A, const arma_sort_index_packet_descend< T1, T2 > &B)
template<typename umat_elem_type , typename packet_type , typename eT >
void sort_index_helper (umat_elem_type *out_mem, std::vector< packet_type > &packet_vec, const eT *in_mem)
template<typename T1 >
sort_index_result_type_deducer
< T1 >::out_type 
sort_index (const Base_vec< typename T1::elem_type, T1 > &X, const u32 sort_type=0)