Returns the two-norm of this matrix.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
Public Function TwoNorm As Double
member TwoNorm : unit -> float
Return Value
Type:
DoubleThe two-norm of this
Matrix.
The two-norm of a matrix is equal to the largest singular value of the matrix.
Numerical Libraries
Supported in: 5.x, 4.x
Reference