DTREXCRun 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 COMPQ,
	int N,
	ref double[] T,
	int offset_t,
	int LDT,
	ref double[] Q,
	int offset_q,
	int LDQ,
	ref int IFST,
	ref int ILST,
	ref double[] WORK,
	int offset_work,
	ref int INFO
)

Parameters

COMPQ  String
 
N  Int32
 
T  Double
 
offset_t  Int32
 
LDT  Int32
 
Q  Double
 
offset_q  Int32
 
LDQ  Int32
 
IFST  Int32
 
ILST  Int32
 
WORK  Double
 
offset_work  Int32
 
INFO  Int32
 

See Also