Click or drag to resize

ObjectiveFunctionGradient Method


Namespace: DWSIM.MathOps
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax
public override List<double> Gradient(
	List<double> x
)
Request Example View Source

Parameters

x  ListDouble
 

Return Value

ListDouble
See Also