|
OscProb
|
An index sorting comparator. More...
#include <PMNS_Base.h>
Public Member Functions | |
| IdxCompare (const vectorD &target) | |
| Take in a target vector. More... | |
| bool | operator() (int a, int b) const |
| Compare elements a and b of target vector. More... | |
Private Attributes | |
| const vectorD | target |
| Attribute to store the target vector. More... | |
Definition at line 312 of file PMNS_Base.h.
|
inline |
Definition at line 314 of file PMNS_Base.h.
|
inline |
|
private |
Definition at line 321 of file PMNS_Base.h.
Referenced by operator()().