+
class ROOT::Math::Roots::Bisection
-
library: libMathMore
#include "Math/RootFinderAlgorithms.h"
Display options:
Show inherited
Show non-public
ROOT » MATH » MATHMORE » ROOT::Math::Roots::Bisection

class ROOT::Math::Roots::Bisection: 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

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