HepLib
Namespaces | Typedefs | Variables
HCubatureMP.cpp File Reference

Numerical Integrator using HCubature. More...

#include <math.h>
#include <complex>
#include <quadmath.h>
#include "mpreal.h"
#include "SD.h"
#include "Lib3_HCubatureMP.h"
Include dependency graph for HCubatureMP.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 mpfr::mpreal mpREAL
 
typedef complex< mpREALmpCOMPLEX
 

Variables

mpREAL mpPi
 
mpREAL mpEuler
 
mpCOMPLEX mpiEpsilon
 

Detailed Description

Numerical Integrator using HCubature.

Definition in file HCubatureMP.cpp.

Typedef Documentation

◆ mpCOMPLEX

typedef complex<mpREAL> mpCOMPLEX

Definition at line 16 of file HCubatureMP.cpp.

◆ mpREAL

typedef mpfr::mpreal mpREAL

Definition at line 15 of file HCubatureMP.cpp.

Variable Documentation

◆ mpEuler

mpREAL mpEuler
extern

◆ mpiEpsilon

mpCOMPLEX mpiEpsilon
extern

◆ mpPi

mpREAL mpPi
extern