DLASQ 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 I0,
int N0,
ref double[] Z,
int offset_z,
int PP,
ref double DMIN,
ref double DMIN1,
ref double DMIN2,
ref double DN,
ref double DNM1,
ref double DNM2
)VB
Public Sub Run (
I0 As Integer,
N0 As Integer,
ByRef Z As Double(),
offset_z As Integer,
PP As Integer,
ByRef DMIN As Double,
ByRef DMIN1 As Double,
ByRef DMIN2 As Double,
ByRef DN As Double,
ByRef DNM1 As Double,
ByRef DNM2 As Double
)