Jpp test-rotations-old
the software that should make you happy
Loading...
Searching...
No Matches
GAUSS_HERMITE Namespace Reference

Variables

const int numberOfPoints = 10
 
const double epsilon = 1.0e-12
 
const double sigma [] = { 4.0, 0.5 }
 
const double xmin = -3.0 * sigma[0]
 
const double xmax = +3.0 * sigma[0]
 
const JGauss f1 (0.0, sigma[0])
 Function.
 
const JGauss F1 (0.0, hypot(sigma[0], sigma[1]))
 Integral.
 

Variable Documentation

◆ numberOfPoints

const int GAUSS_HERMITE::numberOfPoints = 10

Definition at line 71 of file JQuadrature.cc.

◆ epsilon

const double GAUSS_HERMITE::epsilon = 1.0e-12

Definition at line 72 of file JQuadrature.cc.

◆ sigma

const double GAUSS_HERMITE::sigma[] = { 4.0, 0.5 }

Definition at line 74 of file JQuadrature.cc.

74{ 4.0, 0.5 };

◆ xmin

const double GAUSS_HERMITE::xmin = -3.0 * sigma[0]

Definition at line 76 of file JQuadrature.cc.

◆ xmax

const double GAUSS_HERMITE::xmax = +3.0 * sigma[0]

Definition at line 77 of file JQuadrature.cc.

◆ f1

const JGauss GAUSS_HERMITE::f1(0.0, sigma[0]) ( 0. 0,
sigma [0] )

Function.

◆ F1

const JGauss GAUSS_HERMITE::F1(0.0, hypot(sigma[0], sigma[1])) ( 0. 0,
hypot(sigma[0], sigma[1])  )

Integral.