DSCALRun 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 DA,
ref double[] DX,
int offset_dx,
int INCX
)VB
Public Sub Run (
N As Integer,
DA As Double,
ByRef DX As Double(),
offset_dx As Integer,
INCX As Integer
)