tango.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

BSD style: $(LICENSE), Digital Mars.

Authors

Don Clugston.