DBDSDCRun 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,
	string COMPQ,
	int N,
	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,
	int LDVT,
	ref double[] Q,
	int offset_q,
	ref int[] IQ,
	int offset_iq,
	ref double[] WORK,
	int offset_work,
	ref int[] IWORK,
	int offset_iwork,
	ref int INFO
)

Parameters

UPLO  String
 
COMPQ  String
 
N  Int32
 
D  Double
 
offset_d  Int32
 
E  Double
 
offset_e  Int32
 
U  Double
 
offset_u  Int32
 
LDU  Int32
 
VT  Double
 
offset_vt  Int32
 
LDVT  Int32
 
Q  Double
 
offset_q  Int32
 
IQ  Int32
 
offset_iq  Int32
 
WORK  Double
 
offset_work  Int32
 
IWORK  Int32
 
offset_iwork  Int32
 
INFO  Int32
 

See Also