Newton Solver Class
Definition
Namespace: DWSIM.MathOps.MathEx.Optimization
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
C#
public class NewtonSolverVB
Public Class NewtonSolver- Inheritance
- Object NewtonSolver
Constructors
Properties
| BuildingJacobian | |
| EnableDamping | |
| Epsilon | |
| ExpandFactor | |
| Iterations | |
| Jacobian | |
| MaximumDelta | |
| MaxIterations | |
| Tolerance | |
| UseBroydenApproximation |
Methods
| FindRoots | |
| gradient | |
| minimizeerror | |
| Reset | |
| 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. |
| solve_internal |
Fields
Extension Methods
| GetEnumNames | (Defined by General) |
| IsValidDouble | (Defined by General) |