ocean.math.Bracket

Algorithms for finding roots and extrema of one-argument real functions using bracketing.

Members

Functions

findMinimum
T findMinimum(R delegate(T) func, T xlo, T xhi, T xinitial, R funcMin)

Find the minimum value of the function func().

findRoot
T findRoot(R delegate(T) f, T ax, T bx)

Find a real root of the real function f(x) via bracketing.

Meta

License

Tango Dual License: 3-Clause BSD License / Academic Free License v3.0. See LICENSE_TANGO.txt for details.

Authors

Don Clugston.