IPOPTSolvereval_h Method

Definition

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

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