DLASD2Run 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 NL,
	int NR,
	int SQRE,
	ref int K,
	ref double[] D,
	int offset_d,
	ref double[] Z,
	int offset_z,
	double ALPHA,
	double BETA,
	ref double[] U,
	int offset_u,
	int LDU,
	ref double[] VT,
	int offset_vt,
	int LDVT,
	ref double[] DSIGMA,
	int offset_dsigma,
	ref double[] U2,
	int offset_u2,
	int LDU2,
	ref double[] VT2,
	int offset_vt2,
	int LDVT2,
	ref int[] IDXP,
	int offset_idxp,
	ref int[] IDX,
	int offset_idx,
	ref int[] IDXC,
	int offset_idxc,
	ref int[] IDXQ,
	int offset_idxq,
	ref int[] COLTYP,
	int offset_coltyp,
	ref int INFO
)

Parameters

NL  Int32
 
NR  Int32
 
SQRE  Int32
 
K  Int32
 
D  Double
 
offset_d  Int32
 
Z  Double
 
offset_z  Int32
 
ALPHA  Double
 
BETA  Double
 
U  Double
 
offset_u  Int32
 
LDU  Int32
 
VT  Double
 
offset_vt  Int32
 
LDVT  Int32
 
DSIGMA  Double
 
offset_dsigma  Int32
 
U2  Double
 
offset_u2  Int32
 
LDU2  Int32
 
VT2  Double
 
offset_vt2  Int32
 
LDVT2  Int32
 
IDXP  Int32
 
offset_idxp  Int32
 
IDX  Int32
 
offset_idx  Int32
 
IDXC  Int32
 
offset_idxc  Int32
 
IDXQ  Int32
 
offset_idxq  Int32
 
COLTYP  Int32
 
offset_coltyp  Int32
 
INFO  Int32
 

See Also