DLAEDARun 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 N,
	int TLVLS,
	int CURLVL,
	int CURPBM,
	int[] PRMPTR,
	int offset_prmptr,
	int[] PERM,
	int offset_perm,
	int[] GIVPTR,
	int offset_givptr,
	int[] GIVCOL,
	int offset_givcol,
	double[] GIVNUM,
	int offset_givnum,
	double[] Q,
	int offset_q,
	int[] QPTR,
	int offset_qptr,
	ref double[] Z,
	int offset_z,
	ref double[] ZTEMP,
	int offset_ztemp,
	ref int INFO
)

Parameters

N  Int32
 
TLVLS  Int32
 
CURLVL  Int32
 
CURPBM  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
 
Q  Double
 
offset_q  Int32
 
QPTR  Int32
 
offset_qptr  Int32
 
Z  Double
 
offset_z  Int32
 
ZTEMP  Double
 
offset_ztemp  Int32
 
INFO  Int32
 

See Also