Beam-lib  2.16.3
This is the Beam C++ class library.
Typedefs
BComplex.h File Reference
#include <BTypes.h>
#include <complex>
#include <algorithm>

Go to the source code of this file.

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