#include <ComplexComparesFalse.h>
Static Public Member Functions | |
static bool | less (const T &l, const T &r) |
static bool | more (const T &l, const T &r) |
This template compares two numbers. For simple numeric types (int, double, etc) the numbers themselves are compared while for std::complex<...> types "false" is returned for every comparison.
Definition at line 23 of file ComplexComparesFalse.h.
|
inlinestatic |
Definition at line 25 of file ComplexComparesFalse.h.
References alignCSCRings::r.
Referenced by npstat::ArrayND< Numeric, StackLen, StackDim >::isDensity().
|
inlinestatic |