CALCFC Delegate
Definition
Namespace: DotNumerics.Optimization.Cobyla
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public delegate void CALCFC(
int N,
int M,
double[] X,
int o_x,
ref double F,
ref double[] CON,
int o_con
)VB
Public Delegate Sub CALCFC (
N As Integer,
M As Integer,
X As Double(),
o_x As Integer,
ByRef F As Double,
ByRef CON As Double(),
o_con As Integer
)