ROOT 6.08/07 Reference Guide |
#include "Math/Polynomial.h"
#include "Math/Functor.h"
#include "Math/Error.h"
#include <iostream>
#include "Math/GSLIntegrator.h"
Namespaces | |
ROOT | |
This namespace contains pre-defined functions to be used in conjuction with TExecutor::Map and TExecutor::MapReduce. | |
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 24 of file testGSLIntegration.cxx.
int main | ( | ) |
Definition at line 213 of file testGSLIntegration.cxx.
double singularFunction | ( | double | x | ) |
Definition at line 39 of file testGSLIntegration.cxx.
void testIntegPerf | ( | ) |
Definition at line 153 of file testGSLIntegration.cxx.
int testIntegration | ( | ) |
Definition at line 47 of file testGSLIntegration.cxx.
const double ERRORLIMIT = 1E-8 |
Definition at line 22 of file testGSLIntegration.cxx.