| 
    Bridge++
    Ver. 1.2.x
    
   | 
 
Base class for sorting pair instances (value,field). More...
#include <sortField.h>
  
 Public Member Functions | |
| virtual | ~SortField () | 
| virtual void | sort (int, std::valarray< double > &)=0 | 
| virtual void | sort (int, std::valarray< double > &, std::valarray< Field > &)=0 | 
| virtual int | converged (double v, double v_thrs)=0 | 
Base class for sorting pair instances (value,field).
This class is used to sort the paired instances of (value,field) to some specific order. Mainly assumed to be used in eigenvalue solver. [28 Dec 2011 H.Matsufuru]
Definition at line 34 of file sortField.h.
      
  | 
  inlinevirtual | 
Definition at line 37 of file sortField.h.
      
  | 
  pure virtual | 
Implemented in SortField_AbsHigh, and SortField_AbsLow.
      
  | 
  pure virtual | 
Implemented in SortField_AbsHigh, and SortField_AbsLow.
      
  | 
  pure virtual | 
Implemented in SortField_AbsHigh, and SortField_AbsLow.