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

class ROOT::Math::GSLRootFinder

Function Members (Methods)

public:
virtual~GSLRootFinder()
ROOT::Math::GSLRootFinderGSLRootFinder()
intIterate()
intIterations() const
const char*Name() const
doubleRoot() const
voidSetFunction(const ROOT::Math::IGradFunction&, double)
voidSetFunction(const ROOT::Math::IGenFunction& f, double xlow, double xup)
voidSetFunction(ROOT::Math::GSLRootFinder::GSLFuncPointer f, void* params, double xlow, double xup)
intSolve(int maxIter = 100, double absTol = 1E-3, double relTol = 1E-6)
protected:
voidFreeSolver()
voidSetSolver(ROOT::Math::GSLRootFSolver* s)
private:
ROOT::Math::GSLRootFinderGSLRootFinder(const ROOT::Math::GSLRootFinder&)
ROOT::Math::GSLRootFinder&operator=(const ROOT::Math::GSLRootFinder&)

Data Members

private:
ROOT::Math::GSLFunctionWrapper*fFunction
intfIter
doublefRoot
ROOT::Math::GSLRootFSolver*fS
doublefXlow
doublefXup

Class Charts

Inheritance Inherited Members Includes Libraries
Class Charts

Function documentation

GSLRootFinder(const ROOT::Math::GSLRootFinder& )
 create function wrapper
~GSLRootFinder()
 delete function wrapper
GSLRootFinder(const ROOT::Math::GSLRootFinder& )
void SetFunction(ROOT::Math::GSLRootFinder::GSLFuncPointer f, void* params, double xlow, double xup)
 set from GSL function
void SetFunction(const ROOT::Math::IGenFunction& f, double xlow, double xup)
 set from IGenFunction
void SetSolver(ROOT::Math::GSLRootFSolver* s)
 set type of solver
void FreeSolver( )
 free resources
int Iterate()
 iterate
double Root()
 return cached value
const char * Name()
 get GSL name
int Solve(int maxIter = 100, double absTol = 1E-3, double relTol = 1E-6)
 find the roots by iterating
void SetFunction(const ROOT::Math::IGradFunction& , double )
int Iterations()

Last update: root/mathmore:$Name: $:$Id: GSLRootFinder.cxx,v 1.5 2006/12/11 15:06:37 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.