LibBeamApi  0.3.8
Typedefs
BComplex.h File Reference
#include <BTypes.h>
#include <complex>
#include <algorithm>

Typedefs

typedef std::complex< double > BComplex
 
typedef std::complex< float > BComplex32
 
typedef std::complex< double > BComplex64
 

Typedef Documentation

typedef std::complex<double> BComplex

This is based on the Standard C++ library complex class and has all of the functionality of that class.

typedef std::complex<float> BComplex32
typedef std::complex<double> BComplex64