HepLib
Namespaces | Macros | Variables
TanhSinhMP.cpp File Reference

Numerical Integrator using TanhSinhMP. More...

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

Go to the source code of this file.

Namespaces

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

Macros

#define SUCCESS   0
 
#define FAILURE   1
 

Variables

mpREAL mpPi
 
mpREAL mpEuler
 

Detailed Description

Numerical Integrator using TanhSinhMP.

Definition in file TanhSinhMP.cpp.

Macro Definition Documentation

◆ FAILURE

#define FAILURE   1

Definition at line 17 of file TanhSinhMP.cpp.

◆ SUCCESS

#define SUCCESS   0

Definition at line 16 of file TanhSinhMP.cpp.

Variable Documentation

◆ mpEuler

mpREAL mpEuler
extern

◆ mpPi

mpREAL mpPi
extern