INITPCRun Method
Definition
Namespace: DotNumerics.Optimization.TN
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
C#
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
)VB
Public Sub Run (
DIAGB As Double(),
offset_diagb As Integer,
ByRef EMAT As Double(),
offset_emat As Integer,
N As Integer,
ByRef W As Double(),
offset_w As Integer,
LW As Integer,
MODET As Integer,
UPD1 As Boolean,
YKSK As Double,
GSK As Double,
YRSR As Double,
LRESET As Boolean
)