Go to the source code of this file.
Classes | |
| class | sistrip::RombIntSolver< T > |
| Double precision Romberg integration solver (Template class represents class whose method is to be integrate!). More... | |
Namespaces | |
| sistrip | |
Macros | |
| #define | EPS_R 1E-4 |
| #define | NSTEPSMAX_R 20 |
| #define | NSTEPSMIN_R 5 |
| #define | FCE(x) (_pTemplate->*_fce)(x) |
| #define EPS_R 1E-4 |
Definition at line 17 of file RombIntSolver.h.
| #define FCE | ( | x | ) | (_pTemplate->*_fce)(x) |
Definition at line 20 of file RombIntSolver.h.
| #define NSTEPSMAX_R 20 |
Definition at line 18 of file RombIntSolver.h.
| #define NSTEPSMIN_R 5 |
Definition at line 19 of file RombIntSolver.h.