Click or drag to resize

CALCFC Delegate


Namespace: DotNumerics.Optimization.Cobyla
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public delegate void CALCFC(
	int N,
	int M,
	double[] X,
	int o_x,
	ref double F,
	ref double[] CON,
	int o_con
)
Request Example

Parameters

N  Int32
 
M  Int32
 
X  Double
 
o_x  Int32
 
F  Double
 
CON  Double
 
o_con  Int32
 
See Also