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

class ROOT::Math::Roots::FalsePos: public ROOT::Math::GSLRootFinder

Function Members (Methods)

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

Class Charts

Inheritance Inherited Members Includes Libraries
Class Charts

Function documentation

FalsePos(const ROOT::Math::Roots::FalsePos& )
 FalsePos constructor
~FalsePos()
 destructor
FalsePos(const ROOT::Math::Roots::FalsePos& )
 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.