Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ROOT::Math::RootFinder Member List

This is the complete list of members for ROOT::Math::RootFinder, including all inherited members.

EType enum nameROOT::Math::RootFinder
fSolverROOT::Math::RootFinderprivate
Iterate()ROOT::Math::RootFinderinline
Iterations() constROOT::Math::RootFinderinline
kBRENT enum valueROOT::Math::RootFinder
kGSL_BISECTION enum valueROOT::Math::RootFinder
kGSL_BRENT enum valueROOT::Math::RootFinder
kGSL_FALSE_POS enum valueROOT::Math::RootFinder
kGSL_NEWTON enum valueROOT::Math::RootFinder
kGSL_SECANT enum valueROOT::Math::RootFinder
kGSL_STEFFENSON enum valueROOT::Math::RootFinder
Name() constROOT::Math::RootFinderinline
operator=(const RootFinder &rhs)ROOT::Math::RootFinderinlineprivate
Root() constROOT::Math::RootFinderinline
RootFinder(RootFinder::EType type=RootFinder::kBRENT)ROOT::Math::RootFinder
RootFinder(const RootFinder &)ROOT::Math::RootFinderinlineprivate
SetFunction(const IGenFunction &f, double xlow, double xup)ROOT::Math::RootFinderinline
SetFunction(const IGradFunction &f, double xstart)ROOT::Math::RootFinderinline
SetMethod(RootFinder::EType type=RootFinder::kBRENT)ROOT::Math::RootFinder
Solve(Function &f, Derivative &d, double start, int maxIter=100, double absTol=1E-8, double relTol=1E-10)ROOT::Math::RootFinder
Solve(Function &f, double min, double max, int maxIter=100, double absTol=1E-8, double relTol=1E-10)ROOT::Math::RootFinder
Solve(int maxIter=100, double absTol=1E-8, double relTol=1E-10)ROOT::Math::RootFinderinline
Status() constROOT::Math::RootFinderinline
~RootFinder()ROOT::Math::RootFindervirtual