ISFUNRun Method

Definition

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

Parameters

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

See Also