DLABRDRun 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 M,
	int N,
	int NB,
	ref double[] A,
	int offset_a,
	int LDA,
	ref double[] D,
	int offset_d,
	ref double[] E,
	int offset_e,
	ref double[] TAUQ,
	int offset_tauq,
	ref double[] TAUP,
	int offset_taup,
	ref double[] X,
	int offset_x,
	int LDX,
	ref double[] Y,
	int offset_y,
	int LDY
)

Parameters

M  Int32
 
N  Int32
 
NB  Int32
 
A  Double
 
offset_a  Int32
 
LDA  Int32
 
D  Double
 
offset_d  Int32
 
E  Double
 
offset_e  Int32
 
TAUQ  Double
 
offset_tauq  Int32
 
TAUP  Double
 
offset_taup  Int32
 
X  Double
 
offset_x  Int32
 
LDX  Int32
 
Y  Double
 
offset_y  Int32
 
LDY  Int32
 

See Also