Returns the two-norm of this matrix.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
Public Function TwoNorm As T
member TwoNorm : unit -> 'T
Return Value
Type:
TThe two-norm of this instance.
The two-norm of a matrix is equal to the largest singular value of the matrix.
Reference