Returns the infinity norm of this matrix.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
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.
Numerical Libraries
Supported in: 6.0
Reference