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)
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public void Run(
int N,
double SA,
ref double[] SX,
int offset_sx,
int INCX
)VB
Public Sub Run (
N As Integer,
SA As Double,
ByRef SX As Double(),
offset_sx As Integer,
INCX As Integer
)