Matrix<T>.Infinity Norm Method
Returns the infinity norm of this matrix.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.4
C#
The infinity norm of this instance.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.4
public T InfinityNorm()
Return Value
TThe infinity norm of this instance.
Remarks
The infinity norm of a matrix is defined as the maximum of the sum of the absolute values of the elements in each row.