fFunction | ROOT::Math::GSLRootFinderDeriv | private |
fIter | ROOT::Math::GSLRootFinderDeriv | private |
fPrevRoot | ROOT::Math::GSLRootFinderDeriv | mutableprivate |
FreeSolver() | ROOT::Math::GSLRootFinderDeriv | protected |
fRoot | ROOT::Math::GSLRootFinderDeriv | mutableprivate |
fS | ROOT::Math::GSLRootFinderDeriv | private |
fStatus | ROOT::Math::GSLRootFinderDeriv | private |
fValidPoint | ROOT::Math::GSLRootFinderDeriv | private |
GSLFdFPointer typedef | ROOT::Math::GSLRootFinderDeriv | |
GSLFuncPointer typedef | ROOT::Math::GSLRootFinderDeriv | |
GSLRootFinderDeriv() | ROOT::Math::GSLRootFinderDeriv | |
GSLRootFinderDeriv(const GSLRootFinderDeriv &)=delete | ROOT::Math::GSLRootFinderDeriv | |
GSLRootFinderDeriv(GSLRootFinderDeriv &&)=delete | ROOT::Math::GSLRootFinderDeriv | |
IRootFinderMethod() | ROOT::Math::IRootFinderMethod | inline |
Iterate() override | ROOT::Math::GSLRootFinderDeriv | virtual |
Iterations() const override | ROOT::Math::GSLRootFinderDeriv | inlinevirtual |
Name() const override | ROOT::Math::GSLRootFinderDeriv | virtual |
operator=(const GSLRootFinderDeriv &)=delete | ROOT::Math::GSLRootFinderDeriv | |
operator=(GSLRootFinderDeriv &&)=delete | ROOT::Math::GSLRootFinderDeriv | |
Root() const override | ROOT::Math::GSLRootFinderDeriv | virtual |
SetFunction(const IGradFunction &f, double xstart) override | ROOT::Math::GSLRootFinderDeriv | inlinevirtual |
SetFunction(GSLFuncPointer f, GSLFuncPointer df, GSLFdFPointer fdf, void *p, double Root) | ROOT::Math::GSLRootFinderDeriv | |
SetFunction(const ROOT::Math::IGradFunction &, double) | ROOT::Math::GSLRootFinderDeriv | inlinevirtual |
SetFunction(const ROOT::Math::IGenFunction &, double, double) | ROOT::Math::GSLRootFinderDeriv | inlinevirtual |
SetSolver(GSLRootFdFSolver *s) | ROOT::Math::GSLRootFinderDeriv | protected |
Solve(int maxIter=100, double absTol=1E-8, double relTol=1E-10) override | ROOT::Math::GSLRootFinderDeriv | virtual |
Status() const override | ROOT::Math::GSLRootFinderDeriv | inlinevirtual |
~GSLRootFinderDeriv() override | ROOT::Math::GSLRootFinderDeriv | |
~IRootFinderMethod() | ROOT::Math::IRootFinderMethod | inlinevirtual |