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