numerical integrator using HCubatureMP
More...
#include <SD.h>
|
typedef void(* | PrintHookerType) (mpREAL *, mpREAL *, 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 HCubatureMP
Definition at line 204 of file SD.h.
◆ PrintHookerType
typedef void(* HepLib::SD::HCubatureMP::PrintHookerType) (mpREAL *, mpREAL *, size_t *, void *) |
Definition at line 207 of file SD.h.
◆ DefaultPrintHooker()
void HepLib::SD::HCubatureMP::DefaultPrintHooker |
( |
mpREAL * |
result, |
|
|
mpREAL * |
epsabs, |
|
|
size_t * |
nrun, |
|
|
void * |
fdata |
|
) |
| |
|
static |
◆ Integrate()
ex HepLib::SD::HCubatureMP::Integrate |
( |
size_t |
n = 0 | ) |
|
|
overridevirtual |
◆ Wrapper()
int HepLib::SD::HCubatureMP::Wrapper |
( |
unsigned int |
xdim, |
|
|
size_t |
npts, |
|
|
const mpREAL * |
x, |
|
|
void * |
fdata, |
|
|
unsigned int |
ydim, |
|
|
mpREAL * |
y |
|
) |
| |
|
static |
◆ MaxPTS
size_t HepLib::SD::HCubatureMP::MaxPTS |
Definition at line 214 of file SD.h.
◆ MinPTS
size_t HepLib::SD::HCubatureMP::MinPTS = 0 |
Definition at line 213 of file SD.h.
◆ PrintHooker
Definition at line 210 of file SD.h.
◆ RunMAX
size_t HepLib::SD::HCubatureMP::RunMAX = 100 |
Definition at line 211 of file SD.h.
◆ RunPTS
size_t HepLib::SD::HCubatureMP::RunPTS = 100000 |
Definition at line 212 of file SD.h.
◆ Threads
unsigned int HepLib::SD::HCubatureMP::Threads = 0 |
Definition at line 215 of file SD.h.
The documentation for this class was generated from the following files: