Newton Solver_ Oldsolve_ internal 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#
private double[] solve_internal(
double mindamp,
double epsilon,
Func<double[], double[]> functionbody,
double[] vars
)VB
Private Function solve_internal (
mindamp As Double,
epsilon As Double,
functionbody As Func(Of Double(), Double()),
vars As Double()
) As Double()