TRIQS/TRIQS 4.0.0
Researching Interacting Quantum Systems
Loading...
Searching...
No Matches
pade_approximants.hpp
#include "./exceptions.hpp"
#include <gmpxx.h>
#include <triqs/arrays.hpp>
#include <complex>
#include <ostream>

Detailed Description

Padé approximants for analytic continuation, computed with arbitrary-precision GMP arithmetic.

Definition in file pade_approximants.hpp.

Go to the source code of this file.

Classes

struct  triqs::utility::gmp_complex
 Lightweight complex number backed by GMP mpf_class floats, used during Padé coefficient computation. More...
class  triqs::utility::pade_approximant
 Padé approximant of a complex function sampled at \( \{ z_i \} \) with values \( \{ u_i \} \). More...