Public Member Functions | |
bool | operator() (const complex< T > &x, const complex< T > &y) const |
Comparison in terms of magnitude of complex number. More... | |
bool | operator() (const complex< T > &x, const complex< T > &y) const |
Comparison. Are the values identical or not? More... | |
Function-type-object to perform comparison of complex data types Needed to sort the complex eigenvalues into order based on the size of the real part.
Definition at line 60 of file complex_harmonic.cc.
|
inline |
Comparison. Are the values identical or not?
Definition at line 55 of file harmonic.cc.
|
inline |
Comparison in terms of magnitude of complex number.
Definition at line 65 of file complex_harmonic.cc.