TNRun Method

Definition

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

Parameters

IERROR  Int32
 
N  Int32
 
X  Double
 
offset_x  Int32
 
F  Double
 
G  Double
 
offset_g  Int32
 
W  Double
 
offset_w  Int32
 
LW  Int32
 
SFUN  ISFUN
 

See Also