DLAMC 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 BETA,
ref int T,
ref bool RND,
ref double EPS,
ref int EMIN,
ref double RMIN,
ref int EMAX,
ref double RMAX
)VB
Public Sub Run (
ByRef BETA As Integer,
ByRef T As Integer,
ByRef RND As Boolean,
ByRef EPS As Double,
ByRef EMIN As Integer,
ByRef RMIN As Double,
ByRef EMAX As Integer,
ByRef RMAX As Double
)