Linear Algebra Operations<T>.One Norm Method
Definition
Namespace: Numerics.NET.LinearAlgebra.Implementation
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
Overload List
One | Takes the sum of the absolute values. |
One | Takes the sum of the absolute values. |
OneNorm(Int32, ArraySlice<T>)
Takes the sum of the absolute values.
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
OneNorm(Int32, ReadOnlySpan<T>, Int32)
Takes the sum of the absolute values.
public abstract T OneNorm(
int n,
ReadOnlySpan<T> x,
int incx
)
Parameters
- n Int32
- x ReadOnlySpan<T>
- incx Int32
Return Value
TImplements
ILinearAlgebraOperations<T>.OneNorm(Int32, ReadOnlySpan<T>, Int32)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