Click or drag to resize

QuickRootFindingByBrentsAlgorithm Method

Overload List
 NameDescription
Public methodStatic memberByBrentsAlgorithm(FuncDouble, Double, Double, Double) Finds a root of f in the interval [x0, x1] using Brent's algorithm.
Public methodStatic memberByBrentsAlgorithm(FuncDouble, Double, Double, Double, Double, Double) Finds a root of f in the interval [x0, x1] using Brent's algorithm.
Public methodStatic memberByBrentsAlgorithm(FuncDouble, Double, Double, Double, Double, Double, Double) Finds a root of f in the interval [x0, x1] using Brent's algorithm.
Top
See Also