This is the complete list of members for ROOT::Math::RootFinder, including all inherited members.
EType enum name | ROOT::Math::RootFinder | |
fSolver | ROOT::Math::RootFinder | private |
Iterate() | ROOT::Math::RootFinder | inline |
Iterations() const | ROOT::Math::RootFinder | inline |
kBRENT enum value | ROOT::Math::RootFinder | |
kGSL_BISECTION enum value | ROOT::Math::RootFinder | |
kGSL_BRENT enum value | ROOT::Math::RootFinder | |
kGSL_FALSE_POS enum value | ROOT::Math::RootFinder | |
kGSL_NEWTON enum value | ROOT::Math::RootFinder | |
kGSL_SECANT enum value | ROOT::Math::RootFinder | |
kGSL_STEFFENSON enum value | ROOT::Math::RootFinder | |
Name() const | ROOT::Math::RootFinder | inline |
operator=(const RootFinder &rhs) | ROOT::Math::RootFinder | inlineprivate |
Root() const | ROOT::Math::RootFinder | inline |
RootFinder(RootFinder::EType type=RootFinder::kBRENT) | ROOT::Math::RootFinder | |
RootFinder(const RootFinder &) | ROOT::Math::RootFinder | inlineprivate |
SetFunction(const IGenFunction &f, double xlow, double xup) | ROOT::Math::RootFinder | inline |
SetFunction(const IGradFunction &f, double xstart) | ROOT::Math::RootFinder | inline |
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::RootFinder | inline |
Status() const | ROOT::Math::RootFinder | inline |
~RootFinder() | ROOT::Math::RootFinder | virtual |