#include <TMat_sort.h>
Collaboration diagram for PLearn::SelectedIndicesCmp< T >:
Public Types | |
typedef T | first_argument_type |
typedef T | second_argument_type |
typedef bool | result_type |
Public Member Functions | |
SelectedIndicesCmp (TVec< int > the_indices, bool use_lexical_less_than=true) | |
bool | operator() (const T &x, const T &y) |
Private Attributes | |
TVec< int > | indices |
bool | use_less_than |
|
Definition at line 65 of file TMat_sort.h. |
|
Definition at line 67 of file TMat_sort.h. |
|
Definition at line 66 of file TMat_sort.h. |
|
Definition at line 69 of file TMat_sort.h. References PLearn::SelectedIndicesCmp< T >::indices, and PLearn::SelectedIndicesCmp< T >::use_less_than. |
|
Definition at line 73 of file TMat_sort.h. References PLearn::SelectedIndicesCmp< T >::indices, k, PLearn::TVec< int >::length(), PLearn::SelectedIndicesCmp< T >::operator()(), PLearn::SelectedIndicesCmp< T >::use_less_than, and x. Referenced by PLearn::SelectedIndicesCmp< T >::operator()(). |
|
Definition at line 61 of file TMat_sort.h. Referenced by PLearn::SelectedIndicesCmp< T >::operator()(), and PLearn::SelectedIndicesCmp< T >::SelectedIndicesCmp(). |
|
Definition at line 62 of file TMat_sort.h. Referenced by PLearn::SelectedIndicesCmp< T >::operator()(), and PLearn::SelectedIndicesCmp< T >::SelectedIndicesCmp(). |