ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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:

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
 

Function Documentation

double f ( double  x)

Definition at line 12 of file testIntegration.cxx.

Referenced by testIntegration1D().

double f2 ( const double x)

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().

Variable Documentation

const double ERRORLIMIT = 1E-3

Definition at line 9 of file testIntegration.cxx.

Referenced by equals(), testIntegration1D(), and testIntegrationMultiDim().