Matrix<T>.InfinityNorm Method

Returns the infinity norm of this matrix.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public T InfinityNorm()

Return Value

T
The 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.

See Also