ObjectiveFunctionHessian Method

Definition

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

Parameters

x  ListDouble
 
h  Double  (Optional)
 

Return Value

ListListDouble

See Also