DSBTRDRun 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 VECT,
	string UPLO,
	int N,
	int KD,
	ref double[] AB,
	int offset_ab,
	int LDAB,
	ref double[] D,
	int offset_d,
	ref double[] E,
	int offset_e,
	ref double[] Q,
	int offset_q,
	int LDQ,
	ref double[] WORK,
	int offset_work,
	ref int INFO
)

Parameters

VECT  String
 
UPLO  String
 
N  Int32
 
KD  Int32
 
AB  Double
 
offset_ab  Int32
 
LDAB  Int32
 
D  Double
 
offset_d  Int32
 
E  Double
 
offset_e  Int32
 
Q  Double
 
offset_q  Int32
 
LDQ  Int32
 
WORK  Double
 
offset_work  Int32
 
INFO  Int32
 

See Also