DLAMC2Run Method

Definition

Namespace: DotNumerics.LinearAlgebra.CSLapack
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
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
)

Parameters

BETA  Int32
 
T  Int32
 
RND  Boolean
 
EPS  Double
 
EMIN  Int32
 
RMIN  Double
 
EMAX  Int32
 
RMAX  Double
 

See Also