Account
Beamlib 3.3.4 This is the Beam C++ class library. |
Loading...
Searching...
No Matches
BComplex.h File Reference
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. | |
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. | |
Typedef Documentation
◆ 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.
Generated by