Click or drag to resize

NewtonSolver Methods

The NewtonSolver type exposes the following members.

Methods
 NameDescription
Public methodStatic memberFindRoots 
Private methodgradient 
Public methodminimizeerror 
Public methodReset 
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.
Private methodsolve_internal 
Top
Extension Methods
 NameDescription
Public Extension MethodGetEnumNames
(Defined by General)
Public Extension MethodIsValidDouble
(Defined by General)
Top
See Also