+
class ROOT::Math::Roots::Secant
-
library: libMathMore
#include "RootFinderAlgorithms.h"
Display options:
Show inherited
Show non-public

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

algorithms with Derivatives

Function Members (Methods)

public:
virtual~Secant()
ROOT::Math::GSLRootFinderDerivROOT::Math::GSLRootFinderDeriv::GSLRootFinderDeriv()
intROOT::Math::GSLRootFinderDeriv::Iterate()
intROOT::Math::GSLRootFinderDeriv::Iterations() const
const char*ROOT::Math::GSLRootFinderDeriv::Name() const
doubleROOT::Math::GSLRootFinderDeriv::Root() const
ROOT::Math::Roots::SecantSecant()
voidROOT::Math::GSLRootFinderDeriv::SetFunction(const ROOT::Math::IGradFunction& f, double Root)
voidROOT::Math::GSLRootFinderDeriv::SetFunction(const ROOT::Math::IGenFunction&, double, double)
voidROOT::Math::GSLRootFinderDeriv::SetFunction(ROOT::Math::GSLRootFinderDeriv::GSLFuncPointer f, ROOT::Math::GSLRootFinderDeriv::GSLFuncPointer df, ROOT::Math::GSLRootFinderDeriv::GSLFdFPointer fdf, void* p, double Root)
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& )
 Secant constructor
~Secant()
 destructor
Secant(const ROOT::Math::Roots::Secant& )
 dummy copy ctr

Last update: root/mathmore:$Name: $:$Id: RootFinderAlgorithms.cxx,v 1.3 2006/06/16 10:34:08 moneta Exp $
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.