IpoptEval_Grad_F_CB Delegate

Definition

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

Parameters

n  Int32
 
x  Double*
 
new_x  Int32
 
grad_f  Double*
 
user_data  Void*
 

Return Value

Int32

See Also