Click or drag to resize

NewtonSolver_Old Class

Inheritance Hierarchy
SystemObject
  DWSIM.MathOps.MathEx.OptimizationNewtonSolver_Old

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

The NewtonSolver_Old type exposes the following members.

Constructors
 NameDescription
Public methodNewtonSolver_Old 
Top
Properties
Methods
 NameDescription
Private methodgradient 
Public methodminimizeerror 
Public methodSolve Solves a system of non-linear equations [f(x) = 0] using newton's method.
Private methodsolve_internal 
Top
Fields
 NameDescription
Private field_error 
Private field_Iterations 
Private fieldbrentsolver 
Private fieldfxb 
Private fieldtmpdx 
Private fieldtmpx 
Top
Extension Methods
 NameDescription
Public Extension MethodGetEnumNames
(Defined by General)
Public Extension MethodIsValidDouble
(Defined by General)
Top
See Also