Click or drag to resize

DASUMRun Method

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.CSLapack
Assembly: 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
)
Request Example View Source

Parameters

N  Int32
 
DX  Double
 
offset_dx  Int32
 
INCX  Int32
 

Return Value

Double
See Also