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