Logo ROOT   6.10/09
Reference Guide
Namespaces | Functions | Variables
testGSLIntegration.cxx File Reference
#include "Math/Polynomial.h"
#include "Math/Functor.h"
#include "Math/Error.h"
#include <iostream>
#include <iomanip>
#include "Math/GSLIntegrator.h"
Include dependency graph for testGSLIntegration.cxx:

Namespaces

 ROOT
 Namespace for new ROOT classes and functions.
 
 ROOT::Math
 

Functions

double exactIntegral (const std::vector< double > &par, double a, double b)
 
int main ()
 
double singularFunction (double x)
 
void testIntegPerf ()
 
int testIntegration ()
 

Variables

const double ERRORLIMIT = 1E-8
 

Function Documentation

◆ exactIntegral()

double exactIntegral ( const std::vector< double > &  par,
double  a,
double  b 
)

Definition at line 25 of file testGSLIntegration.cxx.

◆ main()

int main ( )

Definition at line 215 of file testGSLIntegration.cxx.

◆ singularFunction()

double singularFunction ( double  x)

Definition at line 40 of file testGSLIntegration.cxx.

◆ testIntegPerf()

void testIntegPerf ( )

Definition at line 155 of file testGSLIntegration.cxx.

◆ testIntegration()

int testIntegration ( )

Definition at line 48 of file testGSLIntegration.cxx.

Variable Documentation

◆ ERRORLIMIT

const double ERRORLIMIT = 1E-8

Definition at line 23 of file testGSLIntegration.cxx.