DLAQR5Run 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 KACC22,
	int N,
	int KTOP,
	int KBOT,
	int NSHFTS,
	ref double[] SR,
	int offset_sr,
	ref double[] SI,
	int offset_si,
	ref double[] H,
	int offset_h,
	int LDH,
	int ILOZ,
	int IHIZ,
	ref double[] Z,
	int offset_z,
	int LDZ,
	ref double[] V,
	int offset_v,
	int LDV,
	ref double[] U,
	int offset_u,
	int LDU,
	int NV,
	ref double[] WV,
	int offset_wv,
	int LDWV,
	int NH,
	ref double[] WH,
	int offset_wh,
	int LDWH
)

Parameters

WANTT  Boolean
 
WANTZ  Boolean
 
KACC22  Int32
 
N  Int32
 
KTOP  Int32
 
KBOT  Int32
 
NSHFTS  Int32
 
SR  Double
 
offset_sr  Int32
 
SI  Double
 
offset_si  Int32
 
H  Double
 
offset_h  Int32
 
LDH  Int32
 
ILOZ  Int32
 
IHIZ  Int32
 
Z  Double
 
offset_z  Int32
 
LDZ  Int32
 
V  Double
 
offset_v  Int32
 
LDV  Int32
 
U  Double
 
offset_u  Int32
 
LDU  Int32
 
NV  Int32
 
WV  Double
 
offset_wv  Int32
 
LDWV  Int32
 
NH  Int32
 
WH  Double
 
offset_wh  Int32
 
LDWH  Int32
 

See Also