Returns the 1-norm of this Matrix.

Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public Function OneNorm As Double
C#
public double OneNorm ()
C++
public:
double OneNorm ()

Return Value

The 1-norm of this Matrix.

Remarks

The one-norm of a matrix is defined as the maximum of the sum of the absolute values of the elements in each column.