|
| 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) |
| |