Click or drag to resize

NewtonSolver Class

Inheritance Hierarchy
SystemObject
  DWSIM.MathOps.MathEx.OptimizationNewtonSolver

Namespace: DWSIM.MathOps.MathEx.Optimization
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax
public class NewtonSolver
Request Example View Source

The NewtonSolver type exposes the following members.

Constructors
 NameDescription
Public methodNewtonSolver 
Top
Properties
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
Fields
Extension Methods
 NameDescription
Public Extension MethodGetEnumNames
(Defined by General)
Public Extension MethodIsValidDouble
(Defined by General)
Top
See Also