Click or drag to resize

LMQNBCRun Method


Namespace: DotNumerics.Optimization.TN
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void Run(
	ref int IFAIL,
	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,
	int MSGLVL,
	int MAXIT,
	int MAXFUN,
	double ETA,
	double STEPMX,
	double ACCRCY,
	double XTOL
)
Request Example View Source

Parameters

IFAIL  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
 
MSGLVL  Int32
 
MAXIT  Int32
 
MAXFUN  Int32
 
ETA  Double
 
STEPMX  Double
 
ACCRCY  Double
 
XTOL  Double
 
See Also