31#ifndef ROOT_Math_GSLRootFinderAlgorithms 
   32#define ROOT_Math_GSLRootFinderAlgorithms 
Base class for GSL Root-Finding algorithms for one dimensional functions which use function derivativ...
 
Base class for GSL Root-Finding algorithms for one dimensional functions which do not use function de...
 
Roots::Bisection Bisection algorithm, simplest algorithm for bracketing the roots of a function,...
 
Bisection & operator=(const Bisection &)
 
Brent-Dekker algorithm which combines an interpolation strategy with the bisection algorithm See the ...
 
Brent & operator=(const Brent &)
 
False Position algorithm based on linear interpolation.
 
FalsePos & operator=(const FalsePos &)
 
a Newton algorithm, which computes the derivative at each iteration See the GSL manual for more infor...
 
Newton & operator=(const Newton &)
 
Secant algorithm, simplified version of Newton method, which does not require the derivative at every...
 
Secant & operator=(const Secant &)
 
Steffenson method, providing the fastes convergence.
 
Steffenson & operator=(const Steffenson &)
 
Namespace for new Math classes and functions.
 
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...