DLAED7Run 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 N,
	int QSIZ,
	int TLVLS,
	int CURLVL,
	int CURPBM,
	ref double[] D,
	int offset_d,
	ref double[] Q,
	int offset_q,
	int LDQ,
	ref int[] INDXQ,
	int offset_indxq,
	ref double RHO,
	int CUTPNT,
	ref double[] QSTORE,
	int offset_qstore,
	ref int[] QPTR,
	int offset_qptr,
	ref int[] PRMPTR,
	int offset_prmptr,
	ref int[] PERM,
	int offset_perm,
	ref int[] GIVPTR,
	int offset_givptr,
	ref int[] GIVCOL,
	int offset_givcol,
	ref double[] GIVNUM,
	int offset_givnum,
	ref double[] WORK,
	int offset_work,
	ref int[] IWORK,
	int offset_iwork,
	ref int INFO
)

Parameters

ICOMPQ  Int32
 
N  Int32
 
QSIZ  Int32
 
TLVLS  Int32
 
CURLVL  Int32
 
CURPBM  Int32
 
D  Double
 
offset_d  Int32
 
Q  Double
 
offset_q  Int32
 
LDQ  Int32
 
INDXQ  Int32
 
offset_indxq  Int32
 
RHO  Double
 
CUTPNT  Int32
 
QSTORE  Double
 
offset_qstore  Int32
 
QPTR  Int32
 
offset_qptr  Int32
 
PRMPTR  Int32
 
offset_prmptr  Int32
 
PERM  Int32
 
offset_perm  Int32
 
GIVPTR  Int32
 
offset_givptr  Int32
 
GIVCOL  Int32
 
offset_givcol  Int32
 
GIVNUM  Double
 
offset_givnum  Int32
 
WORK  Double
 
offset_work  Int32
 
IWORK  Int32
 
offset_iwork  Int32
 
INFO  Int32
 

See Also