Returns the one-norm of this Vector.
Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public Overridable Function OneNorm As Double |
| C# |
|---|
public virtual double OneNorm () |
| C++ |
|---|
public: virtual double OneNorm () |
Return Value
The one-norm of this Vector.
Remarks
The one-norm of a Vector
is the sum of the absolute values of its components.