ROOT 6.10/09 Reference Guide |
#include "Math/Polynomial.h"
#include "Math/Functor.h"
#include "Math/Error.h"
#include <iostream>
#include <iomanip>
#include "Math/GSLIntegrator.h"
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 |
double exactIntegral | ( | const std::vector< double > & | par, |
double | a, | ||
double | b | ||
) |
Definition at line 25 of file testGSLIntegration.cxx.
int main | ( | ) |
Definition at line 215 of file testGSLIntegration.cxx.
double singularFunction | ( | double | x | ) |
Definition at line 40 of file testGSLIntegration.cxx.
void testIntegPerf | ( | ) |
Definition at line 155 of file testGSLIntegration.cxx.
int testIntegration | ( | ) |
Definition at line 48 of file testGSLIntegration.cxx.
const double ERRORLIMIT = 1E-8 |
Definition at line 23 of file testGSLIntegration.cxx.