DSTEQRRun 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 COMPZ,
	int N,
	ref double[] D,
	int offset_d,
	ref double[] E,
	int offset_e,
	ref double[] Z,
	int offset_z,
	int LDZ,
	ref double[] WORK,
	int offset_work,
	ref int INFO
)

Parameters

COMPZ  String
 
N  Int32
 
D  Double
 
offset_d  Int32
 
E  Double
 
offset_e  Int32
 
Z  Double
 
offset_z  Int32
 
LDZ  Int32
 
WORK  Double
 
offset_work  Int32
 
INFO  Int32
 

See Also