DLAS 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(
double F,
double G,
double H,
ref double SSMIN,
ref double SSMAX
)VB
Public Sub Run (
F As Double,
G As Double,
H As Double,
ByRef SSMIN As Double,
ByRef SSMAX As Double
)