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