Click or drag to resize

ISFUNRun Method


Namespace: DotNumerics.Optimization.TN
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void Run(
	int N,
	double[] X,
	int offset_x,
	ref double F,
	ref double[] G,
	int offset_g
)
Request Example

Parameters

N  Int32
 
X  Double
 
offset_x  Int32
 
F  Double
 
G  Double
 
offset_g  Int32
 
See Also