Newton SolverFind Roots Method
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 static double[] FindRoots(
Func<double[], double[]> functionbody,
double[] vars,
int maxits,
double tol
)VB
Public Shared Function FindRoots (
functionbody As Func(Of Double(), Double()),
vars As Double(),
maxits As Integer,
tol As Double
) As Double()