|
ROOT 6.08/07 Reference Guide |
#include "TMath.h"#include "TStopwatch.h"#include <cmath>#include <iostream>#include "Math/Integrator.h"#include "Math/Functor.h"#include "Math/IFunction.h"#include "Math/WrappedParamFunction.h"#include "Math/AdaptiveIntegratorMultiDim.h"#include "Math/IFunctionfwd.h"#include "TF1.h"#include "TGraph.h"#include "TAxis.h"#include "TCanvas.h"#include "TApplication.h"#include "TPaveLabel.h"#include "TLegend.h"#include "TH1.h"Functions | |
| double | integral_num (unsigned int dim, double *a, double *b, double *p) |
| double | integral_TF1 (unsigned int dim, double *a, double *b, double *p) |
| int | main (int argc, char **argv) |
| void | performance () |
| Double_t | SimpleFun (const double *x, const double *p) |
| Double_t | Sum (const double *x, const double *p) |
Variables | |
| int | NMAX = 6 |
| bool | showGraphics = false |
| bool | verbose = false |
| double integral_num | ( | unsigned int | dim, |
| double * | a, | ||
| double * | b, | ||
| double * | p | ||
| ) |
Definition at line 65 of file testIntegrationMultiDim.cxx.
| double integral_TF1 | ( | unsigned int | dim, |
| double * | a, | ||
| double * | b, | ||
| double * | p | ||
| ) |
Definition at line 97 of file testIntegrationMultiDim.cxx.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 204 of file testIntegrationMultiDim.cxx.
| void performance | ( | ) |
Definition at line 141 of file testIntegrationMultiDim.cxx.
| Double_t SimpleFun | ( | const double * | x, |
| const double * | p | ||
| ) |
Definition at line 50 of file testIntegrationMultiDim.cxx.
| Double_t Sum | ( | const double * | x, |
| const double * | p | ||
| ) |
Definition at line 40 of file testIntegrationMultiDim.cxx.
| int NMAX = 6 |
Definition at line 38 of file testIntegrationMultiDim.cxx.
| bool showGraphics = false |
Definition at line 33 of file testIntegrationMultiDim.cxx.
| bool verbose = false |
Definition at line 34 of file testIntegrationMultiDim.cxx.