numerical integrator using HCubature
More...
#include <SD.h>
|
typedef void(* | PrintHookerType) (qREAL *, qREAL *, size_t *, void *) |
|
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[]) |
|
numerical integrator using HCubature
Definition at line 166 of file SD.h.
◆ PrintHookerType
typedef void(* HepLib::SD::HCubature::PrintHookerType) (qREAL *, qREAL *, size_t *, void *) |
Definition at line 170 of file SD.h.
◆ DefaultPrintHooker()
void HepLib::SD::HCubature::DefaultPrintHooker |
( |
qREAL * |
result, |
|
|
qREAL * |
epsabs, |
|
|
size_t * |
nrun, |
|
|
void * |
fdata |
|
) |
| |
|
static |
◆ Integrate()
ex HepLib::SD::HCubature::Integrate |
( |
size_t |
n = 0 | ) |
|
|
overridevirtual |
◆ Wrapper()
int HepLib::SD::HCubature::Wrapper |
( |
unsigned int |
xdim, |
|
|
size_t |
npts, |
|
|
const qREAL * |
x, |
|
|
void * |
fdata, |
|
|
unsigned int |
ydim, |
|
|
qREAL * |
y |
|
) |
| |
|
static |
◆ DQMP
int HepLib::SD::HCubature::DQMP = 0 |
Definition at line 177 of file SD.h.
◆ MaxPTS
size_t HepLib::SD::HCubature::MaxPTS |
Definition at line 187 of file SD.h.
◆ MinPTS
size_t HepLib::SD::HCubature::MinPTS = 0 |
Definition at line 186 of file SD.h.
◆ MPFLimit
qREAL HepLib::SD::HCubature::MPFLimit = -1 |
Definition at line 183 of file SD.h.
◆ MPXDim
int HepLib::SD::HCubature::MPXDim = 0 |
Definition at line 179 of file SD.h.
◆ MPXLimit
qREAL HepLib::SD::HCubature::MPXLimit = 1E-8Q |
Definition at line 181 of file SD.h.
◆ PrintHooker
Definition at line 174 of file SD.h.
◆ QFLimit
qREAL HepLib::SD::HCubature::QFLimit = -1 |
Definition at line 182 of file SD.h.
◆ QXDim
int HepLib::SD::HCubature::QXDim = 0 |
Definition at line 178 of file SD.h.
◆ QXLimit
qREAL HepLib::SD::HCubature::QXLimit = 1E-6Q |
Definition at line 180 of file SD.h.
◆ RunMAX
size_t HepLib::SD::HCubature::RunMAX = 100 |
Definition at line 184 of file SD.h.
◆ RunPTS
size_t HepLib::SD::HCubature::RunPTS = 100000 |
Definition at line 185 of file SD.h.
◆ Threads
unsigned int HepLib::SD::HCubature::Threads = 0 |
Definition at line 188 of file SD.h.
◆ use_last
bool HepLib::SD::HCubature::use_last = false |
Definition at line 175 of file SD.h.
The documentation for this class was generated from the following files:
- /home/runner/work/HepLib/HepLib/SD/SD.h
- /home/runner/work/HepLib/HepLib/SD/HCubature.cpp