DLATRDRun 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 NB,
	ref double[] A,
	int offset_a,
	int LDA,
	ref double[] E,
	int offset_e,
	ref double[] TAU,
	int offset_tau,
	ref double[] W,
	int offset_w,
	int LDW
)

Parameters

UPLO  String
 
N  Int32
 
NB  Int32
 
A  Double
 
offset_a  Int32
 
LDA  Int32
 
E  Double
 
offset_e  Int32
 
TAU  Double
 
offset_tau  Int32
 
W  Double
 
offset_w  Int32
 
LDW  Int32
 

See Also