Returns the Frobenius norm of this Matrix.
Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public Function FrobeniusNorm As Double |
| C# |
|---|
public double FrobeniusNorm () |
| 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.