DLAHQRRun 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 ILO,
	int IHI,
	ref double[] H,
	int offset_h,
	int LDH,
	ref double[] WR,
	int offset_wr,
	ref double[] WI,
	int offset_wi,
	int ILOZ,
	int IHIZ,
	ref double[] Z,
	int offset_z,
	int LDZ,
	ref int INFO
)

Parameters

WANTT  Boolean
 
WANTZ  Boolean
 
N  Int32
 
ILO  Int32
 
IHI  Int32
 
H  Double
 
offset_h  Int32
 
LDH  Int32
 
WR  Double
 
offset_wr  Int32
 
WI  Double
 
offset_wi  Int32
 
ILOZ  Int32
 
IHIZ  Int32
 
Z  Double
 
offset_z  Int32
 
LDZ  Int32
 
INFO  Int32
 

See Also