DGERRun 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,
	double ALPHA,
	double[] X,
	int offset_x,
	int INCX,
	double[] Y,
	int offset_y,
	int INCY,
	ref double[] A,
	int offset_a,
	int LDA
)

Parameters

M  Int32
 
N  Int32
 
ALPHA  Double
 
X  Double
 
offset_x  Int32
 
INCX  Int32
 
Y  Double
 
offset_y  Int32
 
INCY  Int32
 
A  Double
 
offset_a  Int32
 
LDA  Int32
 

See Also