ROOT  6.06/09
Reference Guide
Namespaces | Functions
GSLRootHelper.cxx File Reference
#include "Math/GSLRootHelper.h"
#include "gsl/gsl_roots.h"
+ Include dependency graph for GSLRootHelper.cxx:

Go to the source code of this file.

Namespaces

 ROOT
 Namespace for new ROOT classes and functions.
 
 ROOT::Math
 
 ROOT::Math::GSLRootHelper
 Helper functions to test convergence of Root-Finding algorithms.
 

Functions

int ROOT::Math::GSLRootHelper::TestInterval (double xlow, double xup, double epsAbs, double epsRel)
 
int ROOT::Math::GSLRootHelper::TestDelta (double x1, double x0, double epsAbs, double epsRel)
 
int ROOT::Math::GSLRootHelper::TestResidual (double f, double epsAbs)