| An NDoc Documented Class Library |
|
numerics4net.root Namespace
Namespace hierarchy
Classes
| Class |
Description |
|
BisectionRootFinder
|
The bisection method for finding roots of functions. |
|
Bracket
|
Simple root bracketing routine. Starting with an initial point, a closed interval can be created known to contain at least one root for a function. |
|
FalsePositionRootFinder
|
The false position method for finding roots of functions. |
|
NewtonRootFinder
|
Newton's method for finding roots of functions. |
|
SecantRootFinder
|
The secant method for finding roots of functions. |