DGEEVRun 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(
	string JOBVL,
	string JOBVR,
	int N,
	ref double[] A,
	int offset_a,
	int LDA,
	ref double[] WR,
	int offset_wr,
	ref double[] WI,
	int offset_wi,
	ref double[] VL,
	int offset_vl,
	int LDVL,
	ref double[] VR,
	int offset_vr,
	int LDVR,
	ref double[] WORK,
	int offset_work,
	int LWORK,
	ref int INFO
)

Parameters

JOBVL  String
 
JOBVR  String
 
N  Int32
 
A  Double
 
offset_a  Int32
 
LDA  Int32
 
WR  Double
 
offset_wr  Int32
 
WI  Double
 
offset_wi  Int32
 
VL  Double
 
offset_vl  Int32
 
LDVL  Int32
 
VR  Double
 
offset_vr  Int32
 
LDVR  Int32
 
WORK  Double
 
offset_work  Int32
 
LWORK  Int32
 
INFO  Int32
 

See Also