Click or drag to resize

IPOPTSolvereval_h Method


Namespace: DWSIM.MathOps.MathEx.Optimization
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax
private 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