SUBSMRun Method

Definition

Namespace: DotNumerics.Optimization.LBFGSB
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
public void Run(
	int N,
	int M,
	int NSUB,
	int[] IND,
	int offset_ind,
	double[] L,
	int offset_l,
	double[] U,
	int offset_u,
	int[] NBD,
	int offset_nbd,
	ref double[] X,
	int offset_x,
	ref double[] D,
	int offset_d,
	double[] WS,
	int offset_ws,
	double[] WY,
	int offset_wy,
	double THETA,
	int COL,
	int HEAD,
	ref int IWORD,
	ref double[] WV,
	int offset_wv,
	double[] WN,
	int offset_wn,
	int IPRINT,
	ref int INFO
)

Parameters

N  Int32
 
M  Int32
 
NSUB  Int32
 
IND  Int32
 
offset_ind  Int32
 
L  Double
 
offset_l  Int32
 
U  Double
 
offset_u  Int32
 
NBD  Int32
 
offset_nbd  Int32
 
X  Double
 
offset_x  Int32
 
D  Double
 
offset_d  Int32
 
WS  Double
 
offset_ws  Int32
 
WY  Double
 
offset_wy  Int32
 
THETA  Double
 
COL  Int32
 
HEAD  Int32
 
IWORD  Int32
 
WV  Double
 
offset_wv  Int32
 
WN  Double
 
offset_wn  Int32
 
IPRINT  Int32
 
INFO  Int32
 

See Also