DBDSQRRun 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(
	string UPLO,
	int N,
	int NCVT,
	int NRU,
	int NCC,
	ref double[] D,
	int offset_d,
	ref double[] E,
	int offset_e,
	ref double[] VT,
	int offset_vt,
	int LDVT,
	ref double[] U,
	int offset_u,
	int LDU,
	ref double[] C,
	int offset_c,
	int LDC,
	ref double[] WORK,
	int offset_work,
	ref int INFO
)

Parameters

UPLO  String
 
N  Int32
 
NCVT  Int32
 
NRU  Int32
 
NCC  Int32
 
D  Double
 
offset_d  Int32
 
E  Double
 
offset_e  Int32
 
VT  Double
 
offset_vt  Int32
 
LDVT  Int32
 
U  Double
 
offset_u  Int32
 
LDU  Int32
 
C  Double
 
offset_c  Int32
 
LDC  Int32
 
WORK  Double
 
offset_work  Int32
 
INFO  Int32
 

See Also