DLAED 5Run 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 I,
double[] D,
int offset_d,
double[] Z,
int offset_z,
ref double[] DELTA,
int offset_delta,
double RHO,
ref double DLAM
)VB
Public Sub Run (
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 DLAM As Double
)