Vector<T>.OneNorm Method

Returns the one-norm of this vector.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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