Click or drag to resize

INITPCRun 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,
	ref double[] W,
	int offset_w,
	int LW,
	int MODET,
	bool UPD1,
	double YKSK,
	double GSK,
	double YRSR,
	bool LRESET
)
Request Example View Source

Parameters

DIAGB  Double
 
offset_diagb  Int32
 
EMAT  Double
 
offset_emat  Int32
 
N  Int32
 
W  Double
 
offset_w  Int32
 
LW  Int32
 
MODET  Int32
 
UPD1  Boolean
 
YKSK  Double
 
GSK  Double
 
YRSR  Double
 
LRESET  Boolean
 
See Also