Complex additions to vnl_math. More...
#include <cmath>#include <complex>#include <iosfwd>#include <vnl/vnl_math.h>#include "vnl/vnl_export.h"Go to the source code of this file.
Namespaces | |
| vnl_math | |
| real numerical constants. | |
Macros | |
| #define | type_macro(T) |
Complex additions to vnl_math.
We don't want everyone to pay for complex when they don't need it, as its ratio of expense to frequency of use is high. So we define those functions from vnl_math which use complex here instead. So this file adds to the vnl_math namespace.
Modifications LSB (Manchester) 26/03/2001 Tidied documentation Peter Vanroose 24/10/2012 Now adds to the vnl_math namespace
Definition in file vnl_complex.h.
| #define type_macro | ( | T | ) |
Definition at line 31 of file vnl_complex.h.
1.8.15