Click or drag to resize

MSLVRun 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(
	double[] G,
	int offset_g,
	ref double[] Y,
	int offset_y,
	int N,
	double[] SK,
	int offset_sk,
	double[] YK,
	int offset_yk,
	double[] DIAGB,
	int offset_diagb,
	double[] SR,
	int offset_sr,
	double[] YR,
	int offset_yr,
	ref double[] HYR,
	int offset_hyr,
	ref double[] HG,
	int offset_hg,
	ref double[] HYK,
	int offset_hyk,
	bool UPD1,
	double YKSK,
	ref double GSK,
	double YRSR,
	bool LRESET,
	bool FIRST
)
Request Example View Source

Parameters

G  Double
 
offset_g  Int32
 
Y  Double
 
offset_y  Int32
 
N  Int32
 
SK  Double
 
offset_sk  Int32
 
YK  Double
 
offset_yk  Int32
 
DIAGB  Double
 
offset_diagb  Int32
 
SR  Double
 
offset_sr  Int32
 
YR  Double
 
offset_yr  Int32
 
HYR  Double
 
offset_hyr  Int32
 
HG  Double
 
offset_hg  Int32
 
HYK  Double
 
offset_hyk  Int32
 
UPD1  Boolean
 
YKSK  Double
 
GSK  Double
 
YRSR  Double
 
LRESET  Boolean
 
FIRST  Boolean
 
See Also