|
ROOT 6.10/09 Reference Guide |
#include "Math/Integrator.h"#include "Math/IntegratorMultiDim.h"#include "Math/AllIntegrationTypes.h"#include "Math/Functor.h"#include "Math/GaussIntegrator.h"#include <cmath>Functions | |
| double | f (double x) |
| double | f2 (const double *x) |
| int | main () |
| void | printTestResult (std::ostream &os, const char *type, int status) |
| int | testIntegration1D () |
| int | testIntegrationMultiDim () |
Variables | |
| const double | ERRORLIMIT = 1E-3 |
| double f | ( | double | x | ) |
Definition at line 12 of file testIntegration.cxx.
| double f2 | ( | const double * | x | ) |
Definition at line 16 of file testIntegration.cxx.
| int main | ( | ) |
Definition at line 105 of file testIntegration.cxx.
| void printTestResult | ( | std::ostream & | os, |
| const char * | type, | ||
| int | status | ||
| ) |
Definition at line 20 of file testIntegration.cxx.
| int testIntegration1D | ( | ) |
Definition at line 28 of file testIntegration.cxx.
| int testIntegrationMultiDim | ( | ) |
Definition at line 69 of file testIntegration.cxx.
| const double ERRORLIMIT = 1E-3 |
Definition at line 9 of file testIntegration.cxx.