library: libMathMore
#include "RootFinderAlgorithms.h"

ROOT::Math::Roots::Bisection


class description - header file
viewCVS header

class ROOT::Math::Roots::Bisection: public ROOT::Math::GSLRootFinder

Inheritance Inherited Members Includes Libraries
Class Charts

Function Members (Methods)

Display options:
Show inherited
Show non-public
public:
virtual~Bisection()
ROOT::Math::Roots::BisectionBisection()
ROOT::Math::GSLRootFinderROOT::Math::GSLRootFinder::GSLRootFinder()
intROOT::Math::GSLRootFinder::Iterate()
intROOT::Math::GSLRootFinder::Iterations() const
const char*ROOT::Math::GSLRootFinder::Name() const
doubleROOT::Math::GSLRootFinder::Root() const
voidROOT::Math::GSLRootFinder::SetFunction(const ROOT::Math::IGradFunction&, double)
voidROOT::Math::GSLRootFinder::SetFunction(const ROOT::Math::IGenFunction& f, double xlow, double xup)
voidROOT::Math::GSLRootFinder::SetFunction(ROOT::Math::GSLRootFinder::GSLFuncPointer f, void* params, double xlow, double xup)
intROOT::Math::GSLRootFinder::Solve(int maxIter = 100, double absTol = 1E-3, double relTol = 1E-6)
protected:
voidROOT::Math::GSLRootFinder::FreeSolver()
voidROOT::Math::GSLRootFinder::SetSolver(ROOT::Math::GSLRootFSolver* s)
private:
ROOT::Math::Roots::BisectionBisection(const ROOT::Math::Roots::Bisection&)
ROOT::Math::Roots::Bisection&operator=(const ROOT::Math::Roots::Bisection&)

Class Description

Bisection()
virtual ~Bisection()
Bisection(const Bisection &)

Last update: Tue Nov 21 09:01:45 2006


ROOT page - Class index - Class Hierarchy - Top of the page

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.