Returns the 1-norm of this matrix.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
Public Function OneNorm As T
member OneNorm : unit -> 'T
Return Value
Type:
TThe 1-norm of this instance.
The one-norm of a matrix is defined as the
maximum of the sum of the absolute values of the elements
in each column.
Reference