DTREVCRun 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 SIDE,
	string HOWMNY,
	ref bool[] SELECT,
	int offset_select,
	int N,
	double[] T,
	int offset_t,
	int LDT,
	ref double[] VL,
	int offset_vl,
	int LDVL,
	ref double[] VR,
	int offset_vr,
	int LDVR,
	int MM,
	ref int M,
	ref double[] WORK,
	int offset_work,
	ref int INFO
)

Parameters

SIDE  String
 
HOWMNY  String
 
SELECT  Boolean
 
offset_select  Int32
 
N  Int32
 
T  Double
 
offset_t  Int32
 
LDT  Int32
 
VL  Double
 
offset_vl  Int32
 
LDVL  Int32
 
VR  Double
 
offset_vr  Int32
 
LDVR  Int32
 
MM  Int32
 
M  Int32
 
WORK  Double
 
offset_work  Int32
 
INFO  Int32
 

See Also