DGEMMRun 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 TRANSA,
	string TRANSB,
	int M,
	int N,
	int K,
	double ALPHA,
	double[] A,
	int offset_a,
	int LDA,
	double[] B,
	int offset_b,
	int LDB,
	double BETA,
	ref double[] C,
	int offset_c,
	int LDC
)

Parameters

TRANSA  String
 
TRANSB  String
 
M  Int32
 
N  Int32
 
K  Int32
 
ALPHA  Double
 
A  Double
 
offset_a  Int32
 
LDA  Int32
 
B  Double
 
offset_b  Int32
 
LDB  Int32
 
BETA  Double
 
C  Double
 
offset_c  Int32
 
LDC  Int32
 

See Also