Logo ROOT  
Reference Guide
GSLRootHelper.cxx File Reference
#include "Math/GSLRootHelper.h"
#include "gsl/gsl_roots.h"
Include dependency graph for GSLRootHelper.cxx:

Namespaces

namespace  ROOT
 tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tbb::task_arena without forward declaring tbb::interface7
 
namespace  ROOT::Math
 
namespace  ROOT::Math::GSLRootHelper
 Helper functions to test convergence of Root-Finding algorithms.
 

Functions

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