Classes | |
struct | arma_sort_index_packet_ascend< T1, T2 > |
struct | arma_sort_index_packet_descend< T1, T2 > |
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 T1 > | |
umat | sort_index (const Base< typename T1::elem_type, T1 > &X, const uword sort_type=0) |
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) |
bool operator< | ( | const arma_sort_index_packet_ascend< T1, T2 > & | A, |
const arma_sort_index_packet_ascend< T1, T2 > & | B | ||
) | [inline] |
Definition at line 41 of file fn_sort_index.hpp.
bool operator< | ( | const arma_sort_index_packet_descend< T1, T2 > & | A, |
const arma_sort_index_packet_descend< T1, T2 > & | B | ||
) | [inline] |
Definition at line 51 of file fn_sort_index.hpp.
umat sort_index | ( | const Base< typename T1::elem_type, T1 > & | X, |
const uword | sort_type = 0 |
||
) | [inline] |
Definition at line 86 of file fn_sort_index.hpp.
void sort_index_helper | ( | umat_elem_type * | out_mem, |
std::vector< packet_type > & | packet_vec, | ||
const eT * | in_mem | ||
) | [inline] |
Definition at line 61 of file fn_sort_index.hpp.