ConicBundle
Public Member Functions | Private Attributes | List of all members
CH_Matrix_Classes::mat_less_index< Val > Struct Template Reference

"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
 

Detailed Description

template<class Val>
struct CH_Matrix_Classes::mat_less_index< Val >

"less"-routine for sorting indices of value arrays by std::sort


The documentation for this struct was generated from the following file: