Vector<T>.One Norm Method
Returns the one-norm of this vector.
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
The one-norm of this Vector<T>.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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.