CORTHRun Method

Definition

Namespace: DotNumerics.LinearAlgebra.CSEispack
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
public void Run(
	int NM,
	int N,
	int LOW,
	int IGH,
	ref double[] AR,
	int offset_ar,
	ref double[] AI,
	int offset_ai,
	ref double[] ORTR,
	int offset_ortr,
	ref double[] ORTI,
	int offset_orti
)

Parameters

NM  Int32
 
N  Int32
 
LOW  Int32
 
IGH  Int32
 
AR  Double
 
offset_ar  Int32
 
AI  Double
 
offset_ai  Int32
 
ORTR  Double
 
offset_ortr  Int32
 
ORTI  Double
 
offset_orti  Int32
 

See Also