Solver Methods |
The Solver type exposes the following members.
| Name | Description | |
|---|---|---|
| Solve(FuncDouble, Double, FuncDouble, Double, Double) | Performs a Newton-Raphson iteration to find a root of f(x) = 0. | |
| Solve(FuncDouble, Double, FuncDouble, Double, Double, Double) | Performs a Newton-Raphson iteration to find a root of f(x) = 0. | |
| Solve(FuncDouble, Double, FuncDouble, Double, Double, Double, Int32) | Performs a Newton-Raphson iteration to find a root of f(x) = 0. |