Matrix<T>.OneNorm Method

Returns the 1-norm of this matrix.

Definition

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

Return Value

T
The 1-norm of this instance.

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.

See Also