#include <Matrix.hpp>
List of all members.
| 
Public Member Functions | 
|  | KeyLessThan () | 
| bool | operator() (pair< double, pair< int, int > > a, pair< double, pair< int, int > > b) | 
Detailed Description
Definition at line 36 of file Matrix.hpp.
 
Constructor & Destructor Documentation
  
  | 
        
          | pwiz::eharmony::KeyLessThan::KeyLessThan | ( |  | ) |  |  | inline | 
 
 
Member Function Documentation
  
  | 
        
          | bool pwiz::eharmony::KeyLessThan::operator() | ( | pair< double, pair< int, int > > | a, |  
          |  |  | pair< double, pair< int, int > > | b |  
          |  | ) |  |  |  | inline | 
 
Definition at line 39 of file Matrix.hpp.
{ return a.first < b.first;}
 
 
The documentation for this struct was generated from the following file:
- /Users/parag/_Research/pwiz/svn/trunk/pwiz/pwiz/analysis/eharmony/Matrix.hpp