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


Extreme Optimization Mathematics Library for .NET

Matrix.FrobeniusNorm Method 

Returns the Frobenius norm of this Matrix.

[Visual Basic]
Public Function FrobeniusNorm() As Double
[C#]
public double FrobeniusNorm();

Return Value

The Frobenius norm of this Matrix.

Remarks

The Frobenius norm of a matrix is defined as the square root of the sum of the squares of all of its elements.

See Also

Matrix Class | Extreme.Mathematics.LinearAlgebra Namespace