DLAZQ 3Run 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,
ref int N0,
ref double[] Z,
int offset_z,
int PP,
ref double DMIN,
ref double SIGMA,
ref double DESIG,
ref double QMAX,
ref int NFAIL,
ref int ITER,
ref int NDIV,
bool IEEE,
ref int TTYPE,
ref double DMIN1,
ref double DMIN2,
ref double DN,
ref double DN1,
ref double DN2,
ref double TAU
)VB
Public Sub Run (
I0 As Integer,
ByRef N0 As Integer,
ByRef Z As Double(),
offset_z As Integer,
PP As Integer,
ByRef DMIN As Double,
ByRef SIGMA As Double,
ByRef DESIG As Double,
ByRef QMAX As Double,
ByRef NFAIL As Integer,
ByRef ITER As Integer,
ByRef NDIV As Integer,
IEEE As Boolean,
ByRef TTYPE As Integer,
ByRef DMIN1 As Double,
ByRef DMIN2 As Double,
ByRef DN As Double,
ByRef DN1 As Double,
ByRef DN2 As Double,
ByRef TAU As Double
)