Click or drag to resize

INITP3Run 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[] DIAGB,
	int offset_diagb,
	ref double[] EMAT,
	int offset_emat,
	int N,
	bool LRESET,
	double YKSK,
	double YRSR,
	ref double[] BSK,
	int offset_bsk,
	double[] SK,
	int offset_sk,
	double[] YK,
	int offset_yk,
	double[] SR,
	int offset_sr,
	double[] YR,
	int offset_yr,
	int MODET,
	bool UPD1
)
Request Example View Source

Parameters

DIAGB  Double
 
offset_diagb  Int32
 
EMAT  Double
 
offset_emat  Int32
 
N  Int32
 
LRESET  Boolean
 
YKSK  Double
 
YRSR  Double
 
BSK  Double
 
offset_bsk  Int32
 
SK  Double
 
offset_sk  Int32
 
YK  Double
 
offset_yk  Int32
 
SR  Double
 
offset_sr  Int32
 
YR  Double
 
offset_yr  Int32
 
MODET  Int32
 
UPD1  Boolean
 
See Also