Newton Solvergradient 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[,] gradient(
double epsilon,
double[] x,
double[] fx
)VB
Private Function gradient (
epsilon As Double,
x As Double(),
fx As Double()
) As Double(,)