DLARFTRun 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 DIRECT,
	string STOREV,
	int N,
	int K,
	ref double[] V,
	int offset_v,
	int LDV,
	double[] TAU,
	int offset_tau,
	ref double[] T,
	int offset_t,
	int LDT
)

Parameters

DIRECT  String
 
STOREV  String
 
N  Int32
 
K  Int32
 
V  Double
 
offset_v  Int32
 
LDV  Int32
 
TAU  Double
 
offset_tau  Int32
 
T  Double
 
offset_t  Int32
 
LDT  Int32
 

See Also