Logo ROOT   6.08/07
Reference Guide
Functions | Variables
testIntegrationMultiDim.cxx File Reference
#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:

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
 

Function Documentation

◆ integral_num()

double integral_num ( unsigned int  dim,
double *  a,
double *  b,
double *  p 
)

Definition at line 65 of file testIntegrationMultiDim.cxx.

◆ integral_TF1()

double integral_TF1 ( unsigned int  dim,
double *  a,
double *  b,
double *  p 
)

Definition at line 97 of file testIntegrationMultiDim.cxx.

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 204 of file testIntegrationMultiDim.cxx.

◆ performance()

void performance ( )

Definition at line 141 of file testIntegrationMultiDim.cxx.

◆ SimpleFun()

Double_t SimpleFun ( const double *  x,
const double *  p 
)

Definition at line 50 of file testIntegrationMultiDim.cxx.

◆ Sum()

Double_t Sum ( const double *  x,
const double *  p 
)

Definition at line 40 of file testIntegrationMultiDim.cxx.

Variable Documentation

◆ NMAX

int NMAX = 6

Definition at line 38 of file testIntegrationMultiDim.cxx.

◆ showGraphics

bool showGraphics = false

Definition at line 33 of file testIntegrationMultiDim.cxx.

◆ verbose

bool verbose = false

Definition at line 34 of file testIntegrationMultiDim.cxx.