DLAED 2Run 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(
ref int K,
int N,
int N1,
ref double[] D,
int offset_d,
ref double[] Q,
int offset_q,
int LDQ,
ref int[] INDXQ,
int offset_indxq,
ref double RHO,
ref double[] Z,
int offset_z,
ref double[] DLAMDA,
int offset_dlamda,
ref double[] W,
int offset_w,
ref double[] Q2,
int offset_q2,
ref int[] INDX,
int offset_indx,
ref int[] INDXC,
int offset_indxc,
ref int[] INDXP,
int offset_indxp,
ref int[] COLTYP,
int offset_coltyp,
ref int INFO
)VB
Public Sub Run (
ByRef K As Integer,
N As Integer,
N1 As Integer,
ByRef D As Double(),
offset_d As Integer,
ByRef Q As Double(),
offset_q As Integer,
LDQ As Integer,
ByRef INDXQ As Integer(),
offset_indxq As Integer,
ByRef RHO As Double,
ByRef Z As Double(),
offset_z As Integer,
ByRef DLAMDA As Double(),
offset_dlamda As Integer,
ByRef W As Double(),
offset_w As Integer,
ByRef Q2 As Double(),
offset_q2 As Integer,
ByRef INDX As Integer(),
offset_indx As Integer,
ByRef INDXC As Integer(),
offset_indxc As Integer,
ByRef INDXP As Integer(),
offset_indxp As Integer,
ByRef COLTYP As Integer(),
offset_coltyp As Integer,
ByRef INFO As Integer
)Parameters
- K Int32
- N Int32
- N1 Int32
- D Double
- offset_d Int32
- Q Double
- offset_q Int32
- LDQ Int32
- INDXQ Int32
- offset_indxq Int32
- RHO Double
- Z Double
- offset_z Int32
- DLAMDA Double
- offset_dlamda Int32
- W Double
- offset_w Int32
- Q2 Double
- offset_q2 Int32
- INDX Int32
- offset_indx Int32
- INDXC Int32
- offset_indxc Int32
- INDXP Int32
- offset_indxp Int32
- COLTYP Int32
- offset_coltyp Int32
- INFO Int32