library: libMathMore
#include "GSLRootFinder.h"

ROOT::Math::GSLRootFinder


class description - header file
viewCVS header

class ROOT::Math::GSLRootFinder

Inheritance Inherited Members Includes Libraries
Class Charts

Function Members (Methods)

Display options:
Show inherited
Show non-public
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
ROOT::Math::GSLRootFSolver*fS
doublefRoot
doublefXlow
doublefXup
intfIter

Class Description

GSLRootFinder()
virtual ~GSLRootFinder()
GSLRootFinder(const GSLRootFinder &)
 usually copying is non trivial, so we make this unaccessible
void SetFunction( const IGradFunction & , double )
void SetFunction( const IGenFunction & f, double xlow, double xup)
void SetFunction( GSLFuncPointer f, void * params, double xlow, double xup)
int Iterate()
double Root()
int Solve( int maxIter = 100, double absTol = 1E-3, double relTol = 1E-6)
 Solve for roots
int Iterations()
const char * Name()
void FreeSolver()

Last update: Tue Dec 12 10:58:49 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.