DLAIC 1Run Method
Definition
Namespace: DotNumerics.LinearAlgebra.CSLapack
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(
int JOB,
int J,
double[] X,
int offset_x,
double SEST,
double[] W,
int offset_w,
double GAMMA,
ref double SESTPR,
ref double S,
ref double C
)VB
Public Sub Run (
JOB As Integer,
J As Integer,
X As Double(),
offset_x As Integer,
SEST As Double,
W As Double(),
offset_w As Integer,
GAMMA As Double,
ByRef SESTPR As Double,
ByRef S As Double,
ByRef C As Double
)