ROOT » MATH » MATHMORE » ROOT::Math::Roots::Brent

class ROOT::Math::Roots::Brent: public ROOT::Math::GSLRootFinder


        Roots::Bisection
      Bisection algorithm, simplest algorithm for bracketing the roots of a function, but slowest one.
      See the <A HREF="http://www.gnu.org/software/gsl/manual/html_node/Root-Bracketing-Algorithms.html">GSL manual</A> for more information
      @ingroup RootFinders

Function Members (Methods)

Class Charts

Inheritance Inherited Members Includes Libraries
Class Charts

Function documentation

Brent()
virtual ~Brent()
Brent(const ROOT::Math::Roots::Brent& )
 usually copying is non trivial, so we make this unaccessible