Linear Algebra Operations<T>.Real One Norm Method
Definition
Namespace: Extreme.Mathematics.LinearAlgebra.Implementation
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Overload List
Real | Returns the sum of the absolute values of the elements of a vector. |
Real | Takes the sum of the absolute values. |
RealOneNorm(Int32, ArraySlice<T>)
Returns the sum of the absolute values of
the elements of a vector.
public T RealOneNorm(
int n,
ArraySlice<T> x
)
Parameters
- n Int32
- The number of elements in the vector x.
- x ArraySlice<T>
- A reference to a one-dimensional array containing the elements of the vector x.
Return Value
TRealOneNorm(Int32, ArraySlice<Complex<T>>)
Takes the sum of the absolute values.
public abstract T RealOneNorm(
int n,
ArraySlice<Complex<T>> zx
)
Parameters
- n Int32
- zx ArraySlice<Complex<T>>
Return Value
TRemarks
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