Jpp
master_rocky-40-g5f0272dcd
the software that should make you happy
|
Variables | |
const int | numberOfPoints = 10 |
const double | epsilon = 1.0e-12 |
const double | xmin = -5.0 |
const double | xmax = +3.0 |
const JPolynome | f1 (1.0, 2.0, 3.0) |
Function. More... | |
const JPolynome | F1 = f1.getIntegral() |
Integral. More... | |
const int GAUSS_LEGENDRE::numberOfPoints = 10 |
Definition at line 20 of file JQuadrature.cc.
const double GAUSS_LEGENDRE::epsilon = 1.0e-12 |
Definition at line 21 of file JQuadrature.cc.
const double GAUSS_LEGENDRE::xmin = -5.0 |
Definition at line 23 of file JQuadrature.cc.
const double GAUSS_LEGENDRE::xmax = +3.0 |
Definition at line 24 of file JQuadrature.cc.
const JPolynome GAUSS_LEGENDRE::f1(1.0, 2.0, 3.0) | ( | 1. | 0, |
2. | 0, | ||
3. | 0 | ||
) |
Function.
const JPolynome GAUSS_LEGENDRE::F1 = f1.getIntegral() |
Integral.
Definition at line 34 of file JQuadrature.cc.