Click or drag to resize

LINDERRun 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(
	int N,
	ISFUN SFUN,
	double SMALL,
	double EPSMCH,
	ref double RELTOL,
	ref double ABSTOL,
	double TNYTOL,
	double ETA,
	double SFTBND,
	double XBND,
	double[] P,
	int offset_p,
	double GTP,
	ref double[] X,
	int offset_x,
	ref double F,
	ref double ALPHA,
	ref double[] G,
	int offset_g,
	ref int NFTOTL,
	ref int IFLAG,
	ref double[] W,
	int offset_w,
	int LW
)
Request Example View Source

Parameters

N  Int32
 
SFUN  ISFUN
 
SMALL  Double
 
EPSMCH  Double
 
RELTOL  Double
 
ABSTOL  Double
 
TNYTOL  Double
 
ETA  Double
 
SFTBND  Double
 
XBND  Double
 
P  Double
 
offset_p  Int32
 
GTP  Double
 
X  Double
 
offset_x  Int32
 
F  Double
 
ALPHA  Double
 
G  Double
 
offset_g  Int32
 
NFTOTL  Int32
 
IFLAG  Int32
 
W  Double
 
offset_w  Int32
 
LW  Int32
 
See Also