IpoptEval_Jac_G_CB Delegate

Definition

Namespace: Cureos.Numerics
Assembly: Cureos.Numerics (in Cureos.Numerics.dll) Version: 0.0.0.0
private delegate int Eval_Jac_G_CB(
	int n,
	double* x,
	int new_x,
	int m,
	int nele_jac,
	int* iRow,
	int* jCol,
	double* values,
	void* user_data
)

Parameters

n  Int32
 
x  Double*
 
new_x  Int32
 
m  Int32
 
nele_jac  Int32
 
iRow  Int32*
 
jCol  Int32*
 
values  Double*
 
user_data  Void*
 

Return Value

Int32

See Also