DLAED0Run 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 ICOMPQ,
	int QSIZ,
	int N,
	ref double[] D,
	int offset_d,
	ref double[] E,
	int offset_e,
	ref double[] Q,
	int offset_q,
	int LDQ,
	ref double[] QSTORE,
	int offset_qstore,
	int LDQS,
	ref double[] WORK,
	int offset_work,
	ref int[] IWORK,
	int offset_iwork,
	ref int INFO
)

Parameters

ICOMPQ  Int32
 
QSIZ  Int32
 
N  Int32
 
D  Double
 
offset_d  Int32
 
E  Double
 
offset_e  Int32
 
Q  Double
 
offset_q  Int32
 
LDQ  Int32
 
QSTORE  Double
 
offset_qstore  Int32
 
LDQS  Int32
 
WORK  Double
 
offset_work  Int32
 
IWORK  Int32
 
offset_iwork  Int32
 
INFO  Int32
 

See Also