Vector<T>.OneNorm Method

Returns the one-norm of this vector.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public T OneNorm()

Return Value

T
The one-norm of this Vector<T>.

Remarks

The one-norm of a Vector<T> is the sum of the absolute values of its elements.

See Also