HepLib
Namespaces | Typedefs | Variables
HCubature.cpp File Reference

Numerical Integrator using HCubature. More...

#include <math.h>
#include <complex>
#include <quadmath.h>
#include "mpreal.h"
#include "SD.h"
#include "Lib3_HCubature.h"
Include dependency graph for HCubature.cpp:

Go to the source code of this file.

Namespaces

 HepLib
 HepLib namespace.
 
 HepLib::SD
 namespace for Numerical integration with Sector Decomposition method
 

Typedefs

typedef __float128 qREAL
 
typedef __complex128 qCOMPLEX
 
typedef long double dREAL
 
typedef complex< dREALdCOMPLEX
 
typedef mpfr::mpreal mpREAL
 
typedef complex< mpREALmpCOMPLEX
 

Variables

const qCOMPLEX qiEpsilon
 
mpREAL mpPi
 
mpREAL mpEuler
 
mpCOMPLEX mpiEpsilon
 

Detailed Description

Numerical Integrator using HCubature.

Definition in file HCubature.cpp.

Typedef Documentation

◆ dCOMPLEX

typedef complex<dREAL> dCOMPLEX

Definition at line 18 of file HCubature.cpp.

◆ dREAL

typedef long double dREAL

Definition at line 17 of file HCubature.cpp.

◆ mpCOMPLEX

typedef complex<mpREAL> mpCOMPLEX

Definition at line 20 of file HCubature.cpp.

◆ mpREAL

typedef mpfr::mpreal mpREAL

Definition at line 19 of file HCubature.cpp.

◆ qCOMPLEX

typedef __complex128 qCOMPLEX

Definition at line 16 of file HCubature.cpp.

◆ qREAL

typedef __float128 qREAL

Definition at line 15 of file HCubature.cpp.

Variable Documentation

◆ mpEuler

mpREAL mpEuler
extern

◆ mpiEpsilon

mpCOMPLEX mpiEpsilon
extern

◆ mpPi

mpREAL mpPi
extern

◆ qiEpsilon

const qCOMPLEX qiEpsilon
extern