DLAHR2Run 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 N,
	int K,
	int NB,
	ref double[] A,
	int offset_a,
	int LDA,
	ref double[] TAU,
	int offset_tau,
	ref double[] T,
	int offset_t,
	int LDT,
	ref double[] Y,
	int offset_y,
	int LDY
)

Parameters

N  Int32
 
K  Int32
 
NB  Int32
 
A  Double
 
offset_a  Int32
 
LDA  Int32
 
TAU  Double
 
offset_tau  Int32
 
T  Double
 
offset_t  Int32
 
LDT  Int32
 
Y  Double
 
offset_y  Int32
 
LDY  Int32
 

See Also