Click or drag to resize

FormOptimizationeval_h Method


Namespace: DWSIM
Assembly: DWSIM (in DWSIM.exe) Version: 8.8.1.0
Syntax
public bool eval_h(
	int n,
	double[] x,
	bool new_x,
	double obj_factor,
	int m,
	double[] lambda,
	bool new_lambda,
	int nele_hess,
	ref int[] iRow,
	ref int[] jCol,
	ref double[] values
)
Request Example View Source

Parameters

n  Int32
 
x  Double
 
new_x  Boolean
 
obj_factor  Double
 
m  Int32
 
lambda  Double
 
new_lambda  Boolean
 
nele_hess  Int32
 
iRow  Int32
 
jCol  Int32
 
values  Double
 

Return Value

Boolean
See Also