BDS Public
Beamlib 3.3.4
This is the Beam C++ class library.
Loading...
Searching...
No Matches
BComplex.h File Reference
#include <BTypes.h>
#include <complex>
#include <algorithm>

Go to the source code of this file.

Typedefs

typedef std::complex< BFloat64BComplex
 This is a complex number using BFloat64 sized parameters. It is based on the Standard C++ library complex class and has all of the functionality of that class.
 
typedef std::complex< BFloat32BComplex32
 This is a complex number using BFloat32 sized parameters. It is based on the Standard C++ library complex class and has all of the functionality of that class.
 
typedef std::complex< BFloat64BComplex64
 This is a complex number using BFloat64 sized parameters. It is based on the Standard C++ library complex class and has all of the functionality of that class.
 

Typedef Documentation

◆ BComplex

typedef std::complex<BFloat64> BComplex

This is a complex number using BFloat64 sized parameters. It is based on the Standard C++ library complex class and has all of the functionality of that class.

◆ BComplex32

typedef std::complex<BFloat32> BComplex32

This is a complex number using BFloat32 sized parameters. It is based on the Standard C++ library complex class and has all of the functionality of that class.

◆ BComplex64

typedef std::complex<BFloat64> BComplex64

This is a complex number using BFloat64 sized parameters. It is based on the Standard C++ library complex class and has all of the functionality of that class.