DLASD 4Run 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 N,
int I,
double[] D,
int offset_d,
double[] Z,
int offset_z,
ref double[] DELTA,
int offset_delta,
double RHO,
ref double SIGMA,
ref double[] WORK,
int offset_work,
ref int INFO
)VB
Public Sub Run (
N As Integer,
I As Integer,
D As Double(),
offset_d As Integer,
Z As Double(),
offset_z As Integer,
ByRef DELTA As Double(),
offset_delta As Integer,
RHO As Double,
ByRef SIGMA As Double,
ByRef WORK As Double(),
offset_work As Integer,
ByRef INFO As Integer
)