DLASDARun 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 SMLSIZ,
	int N,
	int SQRE,
	ref double[] D,
	int offset_d,
	ref double[] E,
	int offset_e,
	ref double[] U,
	int offset_u,
	int LDU,
	ref double[] VT,
	int offset_vt,
	ref int[] K,
	int offset_k,
	ref double[] DIFL,
	int offset_difl,
	ref double[] DIFR,
	int offset_difr,
	ref double[] Z,
	int offset_z,
	ref double[] POLES,
	int offset_poles,
	ref int[] GIVPTR,
	int offset_givptr,
	ref int[] GIVCOL,
	int offset_givcol,
	int LDGCOL,
	ref int[] PERM,
	int offset_perm,
	ref double[] GIVNUM,
	int offset_givnum,
	ref double[] C,
	int offset_c,
	ref double[] S,
	int offset_s,
	ref double[] WORK,
	int offset_work,
	ref int[] IWORK,
	int offset_iwork,
	ref int INFO
)

Parameters

ICOMPQ  Int32
 
SMLSIZ  Int32
 
N  Int32
 
SQRE  Int32
 
D  Double
 
offset_d  Int32
 
E  Double
 
offset_e  Int32
 
U  Double
 
offset_u  Int32
 
LDU  Int32
 
VT  Double
 
offset_vt  Int32
 
K  Int32
 
offset_k  Int32
 
DIFL  Double
 
offset_difl  Int32
 
DIFR  Double
 
offset_difr  Int32
 
Z  Double
 
offset_z  Int32
 
POLES  Double
 
offset_poles  Int32
 
GIVPTR  Int32
 
offset_givptr  Int32
 
GIVCOL  Int32
 
offset_givcol  Int32
 
LDGCOL  Int32
 
PERM  Int32
 
offset_perm  Int32
 
GIVNUM  Double
 
offset_givnum  Int32
 
C  Double
 
offset_c  Int32
 
S  Double
 
offset_s  Int32
 
WORK  Double
 
offset_work  Int32
 
IWORK  Int32
 
offset_iwork  Int32
 
INFO  Int32
 

See Also