library: libMathMore
#include "RootFinderAlgorithms.h"

ROOT::Math::Roots::Steffenson


class description - header file
viewCVS header

class ROOT::Math::Roots::Steffenson: public ROOT::Math::GSLRootFinderDeriv

Inheritance Inherited Members Includes Libraries
Class Charts

Function Members (Methods)

Display options:
Show inherited
Show non-public
public:
virtual~Steffenson()
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
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)
ROOT::Math::Roots::SteffensonSteffenson()
protected:
voidROOT::Math::GSLRootFinderDeriv::FreeSolver()
voidROOT::Math::GSLRootFinderDeriv::SetSolver(ROOT::Math::GSLRootFdFSolver* s)
private:
ROOT::Math::Roots::Steffenson&operator=(const ROOT::Math::Roots::Steffenson&)
ROOT::Math::Roots::SteffensonSteffenson(const ROOT::Math::Roots::Steffenson&)

Class Description

Steffenson()
virtual ~Steffenson()
Steffenson(const Steffenson &)
 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.