RootFinding
object RootFinding
Root finding algorithms
Value members
Concrete methods
Bisection bracketing method with linear convergence
Bisection bracketing method with linear convergence
Implementation of Brent root-finding algorithm Brent, R., Algorithms for Minimization Without Derivatives, Prentice-Hall, 1973.
Implementation of Brent root-finding algorithm Brent, R., Algorithms for Minimization Without Derivatives, Prentice-Hall, 1973.
Generic method to compute a root approximation x of a function f such that f(x) = 0 Wrapper for Brent's method
Generic method to compute a root approximation x of a function f such that f(x) = 0 Wrapper for Brent's method
- Value parameters:
- fn
function
- x0
first root estimate
- x1
optional second root estimate such that [x0,x1] brackets x