library: libMathMore #include "RootFinder.h" |
ROOT::Math::RootFinder
class description - source file - inheritance tree (.pdf)
private:
ROOT::Math::RootFinder<ROOT::Math::Roots::Steffenson> RootFinder<ROOT::Math::Roots::Steffenson>(const ROOT::Math::RootFinder<ROOT::Math::Roots::Steffenson>&)
ROOT::Math::RootFinder<ROOT::Math::Roots::Steffenson>& operator=(const ROOT::Math::RootFinder<ROOT::Math::Roots::Steffenson>& rhs)
public:
ROOT::Math::RootFinder<ROOT::Math::Roots::Steffenson> RootFinder<ROOT::Math::Roots::Steffenson>()
virtual void ~RootFinder<ROOT::Math::Roots::Steffenson>()
int Iterate()
int Iterations() const
const char* Name() const
double Root() const
void SetFunction(const ROOT::Math::IGenFunction& f, double xlow, double xup)
void SetFunction(const ROOT::Math::IGenFunction& f, double Root)
int Solve(int maxIter = 100, double absTol = 1E-3, double relTol = 1E-6)
static int TestDelta(double r1, double r0, double epsAbs, double epsRel)
static int TestInterval(double xlow, double xup, double epsAbs, double epsRel)
static int TestResidual(double f, double epsAbs)
private:
ROOT::Math::Roots::Steffenson fSolver type of algorithm to be used
Created by: moneta at Sun Nov 14 16:59:55 2004
Last update: Sun Nov 14 16:59:55 2004
Inline Functions
void ~RootFinder()
ROOT::Math::RootFinder<ROOT::Math::Roots::Steffenson> RootFinder()
ROOT::Math::RootFinder<ROOT::Math::Roots::Steffenson> RootFinder(const ROOT::Math::RootFinder<ROOT::Math::Roots::Steffenson>&)
ROOT::Math::RootFinder<ROOT::Math::Roots::Steffenson>& operator=(const ROOT::Math::RootFinder<ROOT::Math::Roots::Steffenson>& rhs)
void SetFunction(const ROOT::Math::IGenFunction& f, double xlow, double xup)
void SetFunction(const ROOT::Math::IGenFunction& f, double Root)
int Solve(int maxIter = 100, double absTol = 1E-3, double relTol = 1E-6)
int Iterations() const
int Iterate()
double Root() const
const char* Name() const
int TestInterval(double xlow, double xup, double epsAbs, double epsRel)
int TestDelta(double r1, double r0, double epsAbs, double epsRel)
int TestResidual(double f, double epsAbs)
Last update: root/mathmore:$Name: $:$Id: RootFinder.h,v 1.1 2005/09/18 17:33:47 brun Exp $
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.