Vector<T>.One Norm Method
Returns the one-norm of this vector.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
The one-norm of this Vector<T>.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public T OneNorm()
Return Value
TThe one-norm of this Vector<T>.
Remarks
The one-norm of a Vector<T> is the sum of the absolute values of its elements.