GenericLinearAlgebraOperations<T>.RealOneNorm Method

Definition

Namespace: Extreme.Mathematics.LinearAlgebra.Implementation
Assembly: Extreme.Numerics.Generic (in Extreme.Numerics.Generic.dll) Version: 8.1.4

Overload List

RealOneNorm(Int32, ArraySlice<Complex<T>>)

Takes the sum of the absolute values.

RealOneNorm(Int32, ArraySlice<T>) Returns the sum of the absolute values of the elements of a vector.

RealOneNorm(Int32, ArraySlice<Complex<T>>)

Takes the sum of the absolute values.

C#
public override T RealOneNorm(
	int n,
	ArraySlice<Complex<T>> zx
)

Parameters

n  Int32
 
zx  ArraySlice<Complex<T>>
 

Return Value

T

Remarks

Further Details:

            jack dongarra, 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