Beamlib
3.0.1
This is the Beam C++ class library.
|
Go to the source code of this file.
Typedefs | |
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. More... | |
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. More... | |
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. More... | |
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<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.
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.