Secant algorithm, simplified version of Newton method, which does not require the derivative at every step.
See the GSL manual for more information
Definition at line 130 of file RootFinderAlgorithms.h.
Additional Inherited Members | |
![]() | |
typedef void(* | GSLFdFPointer) (double, void *, double *, double *) |
typedef double(* | GSLFuncPointer) (double, void *) |
![]() | |
void | FreeSolver () |
void | SetSolver (GSLRootFdFSolver *s) |
#include <Math/RootFinderAlgorithms.h>
ROOT::Math::Roots::Secant::Secant | ( | ) |
Definition at line 111 of file RootFinderAlgorithms.cxx.
|
override |
Definition at line 118 of file RootFinderAlgorithms.cxx.