DGGQRFRun 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 M,
	int P,
	ref double[] A,
	int offset_a,
	int LDA,
	ref double[] TAUA,
	int offset_taua,
	ref double[] B,
	int offset_b,
	int LDB,
	ref double[] TAUB,
	int offset_taub,
	ref double[] WORK,
	int offset_work,
	int LWORK,
	ref int INFO
)

Parameters

N  Int32
 
M  Int32
 
P  Int32
 
A  Double
 
offset_a  Int32
 
LDA  Int32
 
TAUA  Double
 
offset_taua  Int32
 
B  Double
 
offset_b  Int32
 
LDB  Int32
 
TAUB  Double
 
offset_taub  Int32
 
WORK  Double
 
offset_work  Int32
 
LWORK  Int32
 
INFO  Int32
 

See Also