![]() |
ROOT
6.06/09
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"
Include dependency graph for testIntegrationMultiDim.cxx:Go to the source code of this file.
Functions | |
| Double_t | Sum (const double *x, const double *p) |
| Double_t | SimpleFun (const double *x, const double *p) |
| double | integral_num (unsigned int dim, double *a, double *b, double *p) |
| double | integral_TF1 (unsigned int dim, double *a, double *b, double *p) |
| void | performance () |
| int | main (int argc, char **argv) |
Variables | |
| bool | showGraphics = false |
| bool | verbose = false |
| int | NMAX = 6 |
Definition at line 65 of file testIntegrationMultiDim.cxx.
Referenced by performance().
Definition at line 97 of file testIntegrationMultiDim.cxx.
Referenced by performance().
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 204 of file testIntegrationMultiDim.cxx.
| void performance | ( | ) |
Definition at line 141 of file testIntegrationMultiDim.cxx.
Referenced by main().
Definition at line 50 of file testIntegrationMultiDim.cxx.
Referenced by integral_num(), and integral_TF1().
Definition at line 40 of file testIntegrationMultiDim.cxx.
Referenced by SimpleFun(), and SubdivColorMap().
| int NMAX = 6 |
Definition at line 38 of file testIntegrationMultiDim.cxx.
Referenced by performance().
| bool showGraphics = false |
Definition at line 33 of file testIntegrationMultiDim.cxx.
Referenced by main(), and performance().
| bool verbose = false |
Definition at line 34 of file testIntegrationMultiDim.cxx.
Referenced by integral_num(), integral_TF1(), main(), and performance().