|
Jpp
18.2.0-rc.1
the software that should make you happy
|
Functions | |
| const JPolynome | f1 (1.0, 2.0, 3.0) |
| Function. More... | |
Variables | |
| const int | numberOfPoints = 10 |
| const double | epsilon = 1.0e-12 |
| const double | xmin = -5.0 |
| const double | xmax = +3.0 |
| const JPolynome | F1 = f1.getIntegral() |
| Integral. More... | |
| const JPolynome GAUSS_LEGENDRE::f1 | ( | 1. | 0, |
| 2. | 0, | ||
| 3. | 0 | ||
| ) |
Function.
| 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 = f1.getIntegral() |
Integral.
Definition at line 34 of file JQuadrature.cc.
1.8.5