TRIQS/TRIQS 4.0.0
Researching Interacting Quantum Systems
Loading...
Searching...
No Matches
real_or_complex.hpp
#include "./exceptions.hpp"
#include "./numeric_ops.hpp"
#include <cmath>
#include <complex>
#include <limits>
#include <ostream>
#include <utility>

Detailed Description

Provides a type that decides at runtime whether it is real or complex.

Definition in file real_or_complex.hpp.

Go to the source code of this file.

Classes

class  triqs::utility::real_or_complex
 Type that can represent either a real or a complex number. More...