Click or drag to resize

MATUPDRun Method


Namespace: DotNumerics.Optimization.LBFGSB
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void Run(
	int N,
	int M,
	ref double[] WS,
	int offset_ws,
	ref double[] WY,
	int offset_wy,
	ref double[] SY,
	int offset_sy,
	ref double[] SS,
	int offset_ss,
	double[] D,
	int offset_d,
	double[] R,
	int offset_r,
	ref int ITAIL,
	int IUPDAT,
	ref int COL,
	ref int HEAD,
	ref double THETA,
	double RR,
	double DR,
	double STP,
	double DTD
)
Request Example View Source

Parameters

N  Int32
 
M  Int32
 
WS  Double
 
offset_ws  Int32
 
WY  Double
 
offset_wy  Int32
 
SY  Double
 
offset_sy  Int32
 
SS  Double
 
offset_ss  Int32
 
D  Double
 
offset_d  Int32
 
R  Double
 
offset_r  Int32
 
ITAIL  Int32
 
IUPDAT  Int32
 
COL  Int32
 
HEAD  Int32
 
THETA  Double
 
RR  Double
 
DR  Double
 
STP  Double
 
DTD  Double
 
See Also