DRSCLRun 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,
	double SA,
	ref double[] SX,
	int offset_sx,
	int INCX
)

Parameters

N  Int32
 
SA  Double
 
SX  Double
 
offset_sx  Int32
 
INCX  Int32
 

See Also