ROOT  6.06/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 "Math/GSLIntegrator.h"
+ Include dependency graph for testGSLIntegration.cxx:

Go to the source code of this file.

Namespaces

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

Functions

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

Variables

const double ERRORLIMIT = 1E-8
 

Function Documentation

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

Definition at line 24 of file testGSLIntegration.cxx.

Referenced by testIntegration().

int main ( )

Definition at line 213 of file testGSLIntegration.cxx.

double singularFunction ( double  x)

Definition at line 39 of file testGSLIntegration.cxx.

Referenced by testIntegration().

void testIntegPerf ( )

Definition at line 153 of file testGSLIntegration.cxx.

Referenced by main().

int testIntegration ( )

Definition at line 47 of file testGSLIntegration.cxx.

Referenced by main().

Variable Documentation

const double ERRORLIMIT = 1E-8

Definition at line 22 of file testGSLIntegration.cxx.

Referenced by testIntegration().