ObjectiveFunctionGradient Method

Definition

Namespace: DWSIM.MathOps
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
public override List<double> Gradient(
	List<double> x,
	double h = 1E-08
)

Parameters

x  ListDouble
 
h  Double  (Optional)
 

Return Value

ListDouble

See Also