DLAQR2Run 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(
	bool WANTT,
	bool WANTZ,
	int N,
	int KTOP,
	int KBOT,
	int NW,
	ref double[] H,
	int offset_h,
	int LDH,
	int ILOZ,
	int IHIZ,
	ref double[] Z,
	int offset_z,
	int LDZ,
	ref int NS,
	ref int ND,
	ref double[] SR,
	int offset_sr,
	ref double[] SI,
	int offset_si,
	ref double[] V,
	int offset_v,
	int LDV,
	int NH,
	ref double[] T,
	int offset_t,
	int LDT,
	int NV,
	ref double[] WV,
	int offset_wv,
	int LDWV,
	ref double[] WORK,
	int offset_work,
	int LWORK
)

Parameters

WANTT  Boolean
 
WANTZ  Boolean
 
N  Int32
 
KTOP  Int32
 
KBOT  Int32
 
NW  Int32
 
H  Double
 
offset_h  Int32
 
LDH  Int32
 
ILOZ  Int32
 
IHIZ  Int32
 
Z  Double
 
offset_z  Int32
 
LDZ  Int32
 
NS  Int32
 
ND  Int32
 
SR  Double
 
offset_sr  Int32
 
SI  Double
 
offset_si  Int32
 
V  Double
 
offset_v  Int32
 
LDV  Int32
 
NH  Int32
 
T  Double
 
offset_t  Int32
 
LDT  Int32
 
NV  Int32
 
WV  Double
 
offset_wv  Int32
 
LDWV  Int32
 
WORK  Double
 
offset_work  Int32
 
LWORK  Int32
 

See Also