#include <complex>
Go to the source code of this file.
Defines | |
#define | DEF_COMPLEXR_COMP(OP, OPS) |
Typedefs | |
typedef std::complex< double > | Complex |
typedef std::complex< float > | FloatComplex |
#define DEF_COMPLEXR_COMP | ( | OP, | ||
OPS | ||||
) |
Definition at line 39 of file oct-cmplx.h.
typedef std::complex<double> Complex |
Definition at line 29 of file oct-cmplx.h.
typedef std::complex<float> FloatComplex |
Definition at line 30 of file oct-cmplx.h.