|
HepLib
|
numerical integrator using TanhSinhMP More...
#include <SD.h>


Public Types | |
| typedef void(* | PrintHookerType) (mpREAL *, mpREAL *, size_t *, void *) |
Public Types inherited from HepLib::SD::IntegratorBase | |
| typedef int(* | SDD_Type) (const unsigned int xn, const dREAL x[], const unsigned int yn, dREAL y[], const dREAL pl[], const dREAL las[]) |
| typedef int(* | SDQ_Type) (const unsigned int xn, const qREAL x[], const unsigned int yn, qREAL y[], const qREAL pl[], const qREAL las[]) |
| typedef int(* | SDMP_Type) (const unsigned int xn, const mpREAL x[], const unsigned int yn, mpREAL y[], const mpREAL pl[], const mpREAL las[]) |
| typedef qREAL(* | FT_Type) (const qREAL xx[], const qREAL pl[]) |
Public Member Functions | |
| virtual ex | Integrate (size_t n=0) override |
| TanhSinhMP (size_t k=10) | |
Public Member Functions inherited from HepLib::SD::IntegratorBase | |
| virtual | ~IntegratorBase () |
Static Public Member Functions | |
| static int | Wrapper (unsigned ydim, mpREAL *y, mpREAL *e, unsigned xdim, const mpREAL *x, void *fdata) |
| static void | DefaultPrintHooker (mpREAL *, mpREAL *, size_t *, void *) |
Public Attributes | |
| PrintHookerType | PrintHooker = DefaultPrintHooker |
Public Attributes inherited from HepLib::SD::IntegratorBase | |
| FT_Type | FT = NULL |
| SDD_Type | IntegrandD = NULL |
| SDQ_Type | IntegrandQ = NULL |
| SDMP_Type | IntegrandMP = NULL |
| const dREAL * | dLambda |
| const dREAL * | dParameter |
| const qREAL * | qLambda |
| const qREAL * | qParameter |
| const mpREAL * | mpLambda |
| const mpREAL * | mpParameter |
| int | XDim |
| qREAL | EpsAbs = 1E-5 |
| qREAL | EpsRel = 0 |
| int | ReIm = 3 |
| int | MPDigits = 64 |
| size_t | NEval = 0 |
Additional Inherited Members | |
Protected Attributes inherited from HepLib::SD::IntegratorBase | |
| time_t | StartTimer |
| size_t | RunTime = 0 |
numerical integrator using TanhSinhMP
| HepLib::SD::TanhSinhMP::TanhSinhMP | ( | size_t | k = 10 | ) |
Definition at line 205 of file TanhSinhMP.cpp.
|
static |
Definition at line 232 of file TanhSinhMP.cpp.
|
overridevirtual |
Implements HepLib::SD::IntegratorBase.
Definition at line 277 of file TanhSinhMP.cpp.
|
static |
Definition at line 216 of file TanhSinhMP.cpp.
| PrintHookerType HepLib::SD::TanhSinhMP::PrintHooker = DefaultPrintHooker |