DLARGVRun 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 N,
	ref double[] X,
	int offset_x,
	int INCX,
	ref double[] Y,
	int offset_y,
	int INCY,
	ref double[] C,
	int offset_c,
	int INCC
)

Parameters

N  Int32
 
X  Double
 
offset_x  Int32
 
INCX  Int32
 
Y  Double
 
offset_y  Int32
 
INCY  Int32
 
C  Double
 
offset_c  Int32
 
INCC  Int32
 

See Also