DLASD6Run 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 NL,
	int NR,
	int SQRE,
	ref double[] D,
	int offset_d,
	ref double[] VF,
	int offset_vf,
	ref double[] VL,
	int offset_vl,
	ref double ALPHA,
	ref double BETA,
	ref int[] IDXQ,
	int offset_idxq,
	ref int[] PERM,
	int offset_perm,
	ref int GIVPTR,
	ref int[] GIVCOL,
	int offset_givcol,
	int LDGCOL,
	ref double[] GIVNUM,
	int offset_givnum,
	int LDGNUM,
	ref double[] POLES,
	int offset_poles,
	ref double[] DIFL,
	int offset_difl,
	ref double[] DIFR,
	int offset_difr,
	ref double[] Z,
	int offset_z,
	ref int K,
	ref double C,
	ref double S,
	ref double[] WORK,
	int offset_work,
	ref int[] IWORK,
	int offset_iwork,
	ref int INFO
)

Parameters

ICOMPQ  Int32
 
NL  Int32
 
NR  Int32
 
SQRE  Int32
 
D  Double
 
offset_d  Int32
 
VF  Double
 
offset_vf  Int32
 
VL  Double
 
offset_vl  Int32
 
ALPHA  Double
 
BETA  Double
 
IDXQ  Int32
 
offset_idxq  Int32
 
PERM  Int32
 
offset_perm  Int32
 
GIVPTR  Int32
 
GIVCOL  Int32
 
offset_givcol  Int32
 
LDGCOL  Int32
 
GIVNUM  Double
 
offset_givnum  Int32
 
LDGNUM  Int32
 
POLES  Double
 
offset_poles  Int32
 
DIFL  Double
 
offset_difl  Int32
 
DIFR  Double
 
offset_difr  Int32
 
Z  Double
 
offset_z  Int32
 
K  Int32
 
C  Double
 
S  Double
 
WORK  Double
 
offset_work  Int32
 
IWORK  Int32
 
offset_iwork  Int32
 
INFO  Int32
 

See Also