DLAED 6Run 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 KNITER,
bool ORGATI,
double RHO,
double[] D,
int offset_d,
double[] Z,
int offset_z,
double FINIT,
ref double TAU,
ref int INFO
)VB
Public Sub Run (
KNITER As Integer,
ORGATI As Boolean,
RHO As Double,
D As Double(),
offset_d As Integer,
Z As Double(),
offset_z As Integer,
FINIT As Double,
ByRef TAU As Double,
ByRef INFO As Integer
)