![]() |
![]() |
#include <ComplexComparesAbs.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 absolute values are compared.
Definition at line 24 of file ComplexComparesAbs.h.
static bool npstat::ComplexComparesAbs< T >::less | ( | const T & | l, |
const T & | r | ||
) | [inline, static] |
static bool npstat::ComplexComparesAbs< T >::more | ( | const T & | l, |
const T & | r | ||
) | [inline, static] |