casacore
|
Define real & complex conjugation for non-complex types and put comparisons into std namespace. More...
Functions | |
float | conj (float x) |
double | conj (double x) |
float | real (float x) |
double | real (double x) |
float | imag (float) |
double | imag (double) |
Define real & complex conjugation for non-complex types and put comparisons into std namespace.
The new C++11 standard library already defines real and imag.
|
inline |
Definition at line 365 of file Complex.h.
Referenced by casacore::LatticeHistograms< T >::convertT().