DLAED9Run 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 K,
	int KSTART,
	int KSTOP,
	int N,
	ref double[] D,
	int offset_d,
	ref double[] Q,
	int offset_q,
	int LDQ,
	double RHO,
	ref double[] DLAMDA,
	int offset_dlamda,
	ref double[] W,
	int offset_w,
	ref double[] S,
	int offset_s,
	int LDS,
	ref int INFO
)

Parameters

K  Int32
 
KSTART  Int32
 
KSTOP  Int32
 
N  Int32
 
D  Double
 
offset_d  Int32
 
Q  Double
 
offset_q  Int32
 
LDQ  Int32
 
RHO  Double
 
DLAMDA  Double
 
offset_dlamda  Int32
 
W  Double
 
offset_w  Int32
 
S  Double
 
offset_s  Int32
 
LDS  Int32
 
INFO  Int32
 

See Also