COMQR2Run 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[] ORTR,
	int offset_ortr,
	ref double[] ORTI,
	int offset_orti,
	ref double[] HR,
	int offset_hr,
	ref double[] HI,
	int offset_hi,
	ref double[] WR,
	int offset_wr,
	ref double[] WI,
	int offset_wi,
	ref double[] ZR,
	int offset_zr,
	ref double[] ZI,
	int offset_zi,
	ref int IERR
)

Parameters

NM  Int32
 
N  Int32
 
LOW  Int32
 
IGH  Int32
 
ORTR  Double
 
offset_ortr  Int32
 
ORTI  Double
 
offset_orti  Int32
 
HR  Double
 
offset_hr  Int32
 
HI  Double
 
offset_hi  Int32
 
WR  Double
 
offset_wr  Int32
 
WI  Double
 
offset_wi  Int32
 
ZR  Double
 
offset_zr  Int32
 
ZI  Double
 
offset_zi  Int32
 
IERR  Int32
 

See Also