Purpose
=======
takes the sum of the absolute values.
jack dongarra, linpack, 3/11/78.
modified 3/93 to return if incx .le. 0.
modified 12/3/93, array(1) declarations changed to array(*)
Namespace: DotNumerics.LinearAlgebra.CSLapackAssembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public double Run(
int N,
double[] DX,
int offset_dx,
int INCX
)
Public Function Run (
N As Integer,
DX As Double(),
offset_dx As Integer,
INCX As Integer
) As Double
Request Example
View SourceParameters
- N Int32
-
- DX Double
-
- offset_dx Int32
-
- INCX Int32
-
Return Value
DoubleSee Also