TRIQS/TRIQS 4.0.0
Researching Interacting Quantum Systems
Loading...
Searching...
No Matches
first_include.hpp
#include <complex>

Detailed Description

Compiler / platform glue and the dcomplex alias (must be included before any Boost header).

Definition in file first_include.hpp.

Go to the source code of this file.

Typedefs

using dcomplex = std::complex<double>
 Convenience alias for std::complex<double>.