IPOPTSolvereval_grad_f Method

Definition

Namespace: DWSIM.MathOps.MathEx.Optimization
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
private bool eval_grad_f(
	int n,
	double[] x,
	bool new_x,
	ref double[] grad_f
)

Parameters

n  Int32
 
x  Double
 
new_x  Boolean
 
grad_f  Double
 

Return Value

Boolean

See Also