DGEQPFRun 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,
	ref double[] A,
	int offset_a,
	int LDA,
	ref int[] JPVT,
	int offset_jpvt,
	ref double[] TAU,
	int offset_tau,
	ref double[] WORK,
	int offset_work,
	ref int INFO
)

Parameters

M  Int32
 
N  Int32
 
A  Double
 
offset_a  Int32
 
LDA  Int32
 
JPVT  Int32
 
offset_jpvt  Int32
 
TAU  Double
 
offset_tau  Int32
 
WORK  Double
 
offset_work  Int32
 
INFO  Int32
 

See Also