Matrix<T>.One Norm Method
Returns the 1-norm of this matrix.
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
The 1-norm of this instance.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public T OneNorm()
Return Value
TThe 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.