library: libMathMore
#include "RootFinder.h"

ROOT::Math::RootFinder


class description - source file - inheritance tree (.pdf)

class ROOT::Math::RootFinder

Inheritance Chart:
ROOT::Math::RootFinder<ROOT::Math::Roots::FalsePos>
    private:
ROOT::Math::RootFinder<ROOT::Math::Roots::FalsePos> RootFinder<ROOT::Math::Roots::FalsePos>(const ROOT::Math::RootFinder<ROOT::Math::Roots::FalsePos>&) ROOT::Math::RootFinder<ROOT::Math::Roots::FalsePos>& operator=(const ROOT::Math::RootFinder<ROOT::Math::Roots::FalsePos>& rhs) public:
ROOT::Math::RootFinder<ROOT::Math::Roots::FalsePos> RootFinder<ROOT::Math::Roots::FalsePos>() virtual void ~RootFinder<ROOT::Math::Roots::FalsePos>() 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)

Data Members

    private:
ROOT::Math::Roots::FalsePos fSolver type of algorithm to be used

Class Description

 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::FalsePos> RootFinder()
         ROOT::Math::RootFinder<ROOT::Math::Roots::FalsePos> RootFinder(const ROOT::Math::RootFinder<ROOT::Math::Roots::FalsePos>&)
        ROOT::Math::RootFinder<ROOT::Math::Roots::FalsePos>& operator=(const ROOT::Math::RootFinder<ROOT::Math::Roots::FalsePos>& 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.