LinearAlgebraOperations<T>.OneNorm Method

Takes the sum of the absolute values.

Definition

Namespace: Extreme.Mathematics.LinearAlgebra.Implementation
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public abstract T OneNorm(
	int n,
	ArraySlice<T> dx
)

Parameters

n  Int32
 
dx  ArraySlice<T>
 

Return Value

T

Implements

ILinearAlgebraOperations<T>.OneNorm(Int32, ArraySlice<T>)

Remarks

Further Details:

            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(*)
            

Authors: Univ. of Tennessee, Univ. of California Berkeley, Univ. of Colorado Denver, NAG Ltd.

Date: November 2011

See Also