Newton SolverSolve Method
Overload List
| Solve(FuncDouble, Double, Double) | Solves a system of non-linear equations [f(x) = 0] using newton's method. |
| Solve(FuncDouble, Double, FuncDouble, Double, Double) | Solves a system of non-linear equations [f(x) = 0] using newton's method. |