DLARZBRun 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,
	string TRANS,
	string DIRECT,
	string STOREV,
	int M,
	int N,
	int K,
	int L,
	double[] V,
	int offset_v,
	int LDV,
	double[] T,
	int offset_t,
	int LDT,
	ref double[] C,
	int offset_c,
	int LDC,
	ref double[] WORK,
	int offset_work,
	int LDWORK
)

Parameters

SIDE  String
 
TRANS  String
 
DIRECT  String
 
STOREV  String
 
M  Int32
 
N  Int32
 
K  Int32
 
L  Int32
 
V  Double
 
offset_v  Int32
 
LDV  Int32
 
T  Double
 
offset_t  Int32
 
LDT  Int32
 
C  Double
 
offset_c  Int32
 
LDC  Int32
 
WORK  Double
 
offset_work  Int32
 
LDWORK  Int32
 

See Also