Logo ROOT   6.08/07
Reference Guide
Functions | Variables
testIntegration.cxx File Reference
#include "Math/Integrator.h"
#include "Math/IntegratorMultiDim.h"
#include "Math/AllIntegrationTypes.h"
#include "Math/Functor.h"
#include "Math/GaussIntegrator.h"
#include <cmath>
Include dependency graph for testIntegration.cxx:

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
 

Function Documentation

◆ f()

double f ( double  x)

Definition at line 12 of file testIntegration.cxx.

◆ f2()

double f2 ( const double *  x)

Definition at line 16 of file testIntegration.cxx.

◆ main()

int main ( )

Definition at line 105 of file testIntegration.cxx.

◆ printTestResult()

void printTestResult ( std::ostream &  os,
const char *  type,
int  status 
)

Definition at line 20 of file testIntegration.cxx.

◆ testIntegration1D()

int testIntegration1D ( )

Definition at line 28 of file testIntegration.cxx.

◆ testIntegrationMultiDim()

int testIntegrationMultiDim ( )

Definition at line 69 of file testIntegration.cxx.

Variable Documentation

◆ ERRORLIMIT

const double ERRORLIMIT = 1E-3

Definition at line 9 of file testIntegration.cxx.