DLAED3Run 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 N,
	int N1,
	ref double[] D,
	int offset_d,
	ref double[] Q,
	int offset_q,
	int LDQ,
	double RHO,
	ref double[] DLAMDA,
	int offset_dlamda,
	double[] Q2,
	int offset_q2,
	int[] INDX,
	int offset_indx,
	int[] CTOT,
	int offset_ctot,
	ref double[] W,
	int offset_w,
	ref double[] S,
	int offset_s,
	ref int INFO
)

Parameters

K  Int32
 
N  Int32
 
N1  Int32
 
D  Double
 
offset_d  Int32
 
Q  Double
 
offset_q  Int32
 
LDQ  Int32
 
RHO  Double
 
DLAMDA  Double
 
offset_dlamda  Int32
 
Q2  Double
 
offset_q2  Int32
 
INDX  Int32
 
offset_indx  Int32
 
CTOT  Int32
 
offset_ctot  Int32
 
W  Double
 
offset_w  Int32
 
S  Double
 
offset_s  Int32
 
INFO  Int32
 

See Also