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