Objective FunctionGradient Method
Definition
Namespace: DWSIM.MathOps
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 override List<double> Gradient(
List<double> x,
double h = 1E-08
)VB
Public Overrides Function Gradient (
x As List(Of Double),
Optional h As Double = 1E-08
) As List(Of Double)