library: libMathMore #include "GSLRootFinder.h" |
ROOT::Math::GSLRootFinder
class description - source file - inheritance tree (.pdf)
private:
ROOT::Math::GSLRootFinder GSLRootFinder(const ROOT::Math::GSLRootFinder&)
ROOT::Math::GSLRootFinder& operator=(const ROOT::Math::GSLRootFinder&)
protected:
void FreeSolver()
void SetSolver(ROOT::Math::GSLRootFSolver* s)
public:
ROOT::Math::GSLRootFinder GSLRootFinder()
virtual void ~GSLRootFinder()
int Iterate()
int Iterations() const
const char* Name() const
double Root() const
void SetFunction(const ROOT::Math::IGenFunction& f, double Root)
void SetFunction(const ROOT::Math::IGenFunction& f, double xlow, double xup)
void SetFunction(ROOT::Math::GSLRootFinder::GSLFuncPointer f, void* params, double xlow, double xup)
int Solve(int maxIter = 100, double absTol = 1E-3, double relTol = 1E-6)
private:
ROOT::Math::GSLFunctionWrapper* fFunction
ROOT::Math::GSLRootFSolver* fS
double fRoot
double fXlow
double fXup
int fIter
Created by: moneta at Sun Nov 14 11:27:11 2004
Last update: Sun Nov 14 11:27:11 2004
Inline Functions
void ~GSLRootFinder()
ROOT::Math::GSLRootFinder GSLRootFinder()
ROOT::Math::GSLRootFinder GSLRootFinder(const ROOT::Math::GSLRootFinder&)
ROOT::Math::GSLRootFinder& operator=(const ROOT::Math::GSLRootFinder&)
void SetFunction(const ROOT::Math::IGenFunction& f, double Root)
void SetFunction(const ROOT::Math::IGenFunction& f, double xlow, double xup)
void SetFunction(ROOT::Math::GSLRootFinder::GSLFuncPointer f, void* params, double xlow, double xup)
int Iterate()
double Root() const
int Solve(int maxIter = 100, double absTol = 1E-3, double relTol = 1E-6)
int Iterations() const
const char* Name() const
void SetSolver(ROOT::Math::GSLRootFSolver* s)
void FreeSolver()
Last update: root/mathmore:$Name: $:$Id: GSLRootFinder.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.