bracketingRootFinder.hpp
Go to the documentation of this file.
64 double bracketingRootFinder(T f, double x_lo, double x_hi, BracketingRootFinder type, double precision = 1e-12, int max_iter = 100) {
File contains adapter of GSL Function.
Definition: cadHoliday.cpp:3
Class implements adapter for gsl_function.
Definition: GslFunctionAdapter.hpp:25
Brent-Dekker Method.
The bisection method.
BracketingRootFinder
Types of bracketing algorithms.
Definition: bracketingRootFinder.hpp:40
double bracketingRootFinder(T f, double x_lo, double x_hi, BracketingRootFinder type, double precision=1e-12, int max_iter=100)
Function finds roots using bracketing algorithms.
Definition: bracketingRootFinder.hpp:64
Method of False Position.