library: libMathMore
#include "RootFinderAlgorithms.h"

ROOT::Math::Roots::Secant


class description - header file
viewCVS header

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

Inheritance Inherited Members Includes Libraries
Class Charts

Function Members (Methods)

Display options:
Show inherited
Show non-public
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 Description

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

Last update: Tue Nov 21 09:01:47 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.