Home > Extreme Optimization Mathematics Library for .NET > Reference > Extreme.Mathematics.LinearAlgebra Namespace > Matrix Class > Methods


Extreme Optimization Mathematics Library for .NET

Matrix.TwoNorm Method 

Returns the two-norm of this Matrix.

[Visual Basic]
Public Function TwoNorm() As Double
[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.

See Also

Matrix Class | Extreme.Mathematics.LinearAlgebra Namespace