Click or drag to resize

NewtonSolverSolve Method

Overload List
 NameDescription
Public methodSolve(FuncDouble, Double, Double) Solves a system of non-linear equations [f(x) = 0] using newton's method.
Public methodSolve(FuncDouble, Double, FuncDouble, Double, Double) Solves a system of non-linear equations [f(x) = 0] using newton's method.
Top
See Also