Returns the two-norm of this Matrix.

Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public Function TwoNorm As Double
C#
public double TwoNorm ()
C++
public:
double TwoNorm ()

Return Value

The two-norm of this Matrix.

Remarks

The two-norm of a matrix is equal to the largest singular value of the matrix.