class ROOT::Math::Roots::Secant: public ROOT::Math::GSLRootFinderDeriv


        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~Secant()
ROOT::Math::GSLRootFinderDerivROOT::Math::GSLRootFinderDeriv::GSLRootFinderDeriv()
virtual intROOT::Math::GSLRootFinderDeriv::Iterate()
virtual intROOT::Math::GSLRootFinderDeriv::Iterations() const
virtual const char*ROOT::Math::GSLRootFinderDeriv::Name() const
virtual doubleROOT::Math::GSLRootFinderDeriv::Root() const
ROOT::Math::Roots::SecantSecant()
virtual intROOT::Math::GSLRootFinderDeriv::SetFunction(const ROOT::Math::IGradFunction& f, double xstart)
virtual intROOT::Math::GSLRootFinderDeriv::SetFunction(const ROOT::Math::IGenFunction&, double, double)
intROOT::Math::GSLRootFinderDeriv::SetFunction(ROOT::Math::GSLRootFinderDeriv::GSLFuncPointer f, ROOT::Math::GSLRootFinderDeriv::GSLFuncPointer df, ROOT::Math::GSLRootFinderDeriv::GSLFdFPointer fdf, void* p, double Root)
virtual intROOT::Math::GSLRootFinderDeriv::Solve(int maxIter = 100, double absTol = 1E-3, double relTol = 1E-6)
protected:
voidROOT::Math::GSLRootFinderDeriv::FreeSolver()
voidROOT::Math::GSLRootFinderDeriv::SetSolver(ROOT::Math::GSLRootFdFSolver* s)
private:
ROOT::Math::Roots::Secant&operator=(const ROOT::Math::Roots::Secant&)
ROOT::Math::Roots::SecantSecant(const ROOT::Math::Roots::Secant&)

Class Charts

Inheritance Inherited Members Includes Libraries
Class Charts

Function documentation

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

Author: L. Moneta, A. Zsenei 08/2005
Last change: root/mathmore:$Id: RootFinderAlgorithms.h 21553 2007-12-21 10:55:46Z moneta $
Last generated: 2008-06-25 08:30
Copyright (c) 2004 ROOT Foundation, CERN/PH-SFT *

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.