DLAQR1Run 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(
	int N,
	double[] H,
	int offset_h,
	int LDH,
	double SR1,
	double SI1,
	double SR2,
	double SI2,
	ref double[] V,
	int offset_v
)

Parameters

N  Int32
 
H  Double
 
offset_h  Int32
 
LDH  Int32
 
SR1  Double
 
SI1  Double
 
SR2  Double
 
SI2  Double
 
V  Double
 
offset_v  Int32
 

See Also