Electronics and Software
Engineering Innovation
Beam-lib  2.15.1
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

◆ BComplex

typedef std::complex<double> BComplex

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

◆ BComplex32

typedef std::complex<float> BComplex32

◆ BComplex64

typedef std::complex<double> BComplex64