ROOT logo
ROOT » MATH » MATHMORE » ROOT::Math::Roots::FalsePos

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

public:
virtual~FalsePos()
ROOT::Math::Roots::FalsePosFalsePos()
ROOT::Math::GSLRootFinderROOT::Math::GSLRootFinder::GSLRootFinder()
virtual intROOT::Math::GSLRootFinder::Iterate()
virtual intROOT::Math::IRootFinderMethod::Iterate()
virtual intROOT::Math::GSLRootFinder::Iterations() const
virtual intROOT::Math::IRootFinderMethod::Iterations() const
virtual const char*ROOT::Math::GSLRootFinder::Name() const
virtual const char*ROOT::Math::IRootFinderMethod::Name() const
ROOT::Math::IRootFinderMethod&ROOT::Math::IRootFinderMethod::operator=(const ROOT::Math::IRootFinderMethod&)
virtual doubleROOT::Math::GSLRootFinder::Root() const
virtual doubleROOT::Math::IRootFinderMethod::Root() const
virtual intROOT::Math::GSLRootFinder::SetFunction(const ROOT::Math::IGradFunction&, double)
virtual intROOT::Math::IRootFinderMethod::SetFunction(const ROOT::Math::IGradFunction&, double)
virtual intROOT::Math::GSLRootFinder::SetFunction(const ROOT::Math::IGenFunction& f, double xlow, double xup)
virtual intROOT::Math::IRootFinderMethod::SetFunction(const ROOT::Math::IGenFunction&, double, double)
intROOT::Math::GSLRootFinder::SetFunction(ROOT::Math::GSLRootFinder::GSLFuncPointer f, void* params, double xlow, double xup)
virtual intROOT::Math::GSLRootFinder::Solve(int maxIter = 100, double absTol = 1E-3, double relTol = 1E-6)
virtual intROOT::Math::IRootFinderMethod::Solve(int maxIter = 100, double absTol = 1E-3, double relTol = 1E-6)

Class Charts

Inheritance Inherited Members Includes Libraries
Class Charts

Function documentation

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