ROOT
6.07/01
Reference Guide
|
#include "Math/Integrator.h"
#include "Math/IntegratorMultiDim.h"
#include "Math/AllIntegrationTypes.h"
#include "Math/Functor.h"
#include "Math/GaussIntegrator.h"
#include <cmath>
Go to the source code of this file.
Functions | |
double | f (double x) |
double | f2 (const double *x) |
void | printTestResult (std::ostream &os, const char *type, int status) |
int | testIntegration1D () |
int | testIntegrationMultiDim () |
int | main () |
Variables | |
const double | ERRORLIMIT = 1E-3 |
Definition at line 12 of file testIntegration.cxx.
Referenced by testIntegration1D().
Definition at line 16 of file testIntegration.cxx.
Referenced by testIntegrationMultiDim().
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.
Referenced by testIntegration1D(), and testIntegrationMultiDim().
int testIntegration1D | ( | ) |
Definition at line 28 of file testIntegration.cxx.
Referenced by main().
int testIntegrationMultiDim | ( | ) |
Definition at line 69 of file testIntegration.cxx.
Referenced by main().
const double ERRORLIMIT = 1E-3 |
Definition at line 9 of file testIntegration.cxx.
Referenced by equals(), testIntegration1D(), and testIntegrationMultiDim().