TNBCRun 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,
	double[] LOW,
	int offset_low,
	double[] UP,
	int offset_up,
	ref int[] IPIVOT,
	int offset_ipivot
)

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
 
LOW  Double
 
offset_low  Int32
 
UP  Double
 
offset_up  Int32
 
IPIVOT  Int32
 
offset_ipivot  Int32
 

See Also