DLARFRun 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 SIDE,
	int M,
	int N,
	double[] V,
	int offset_v,
	int INCV,
	double TAU,
	ref double[] C,
	int offset_c,
	int LDC,
	ref double[] WORK,
	int offset_work
)

Parameters

SIDE  String
 
M  Int32
 
N  Int32
 
V  Double
 
offset_v  Int32
 
INCV  Int32
 
TAU  Double
 
C  Double
 
offset_c  Int32
 
LDC  Int32
 
WORK  Double
 
offset_work  Int32
 

See Also