IpoptEval_G_CB Delegate

Definition

Namespace: Cureos.Numerics
Assembly: Cureos.Numerics (in Cureos.Numerics.dll) Version: 0.0.0.0
private delegate int Eval_G_CB(
	int n,
	double* x,
	int new_x,
	int m,
	double* g,
	void* user_data
)

Parameters

n  Int32
 
x  Double*
 
new_x  Int32
 
m  Int32
 
g  Double*
 
user_data  Void*
 

Return Value

Int32

See Also