#include <BTypes.h>
#include <complex>
#include <algorithm>
Defines | |
#define | BComplex_H 1 |
Typedefs | |
typedef std::complex< double > | BComplex |
#define BComplex_H 1 |
typedef std::complex<double> BComplex |
This is based on the Standard C++ library complex class and has all of the functionality of that class.