ConicBundle
|
"less"-routine for sorting indices of value arrays by std::sort More...
#include <matop.hxx>
Public Member Functions | |
mat_less_index (const Val *values) | |
constructor initializing _values | |
bool | operator() (Integer i, Integer j) const |
returns (values[i] < _values[j]) | |
Private Attributes | |
const Val * | _values |
const pointer to values | |
"less"-routine for sorting indices of value arrays by std::sort