Computes the Frobenius norm for this matrix.
Namespace:
CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public double FrobeniusNorm() |
| Visual Basic (Declaration) |
|---|
Public Function FrobeniusNorm As Double |
| Visual C++ |
|---|
public: double FrobeniusNorm() |
Return Value
The Frobenius norm of this matrix.
Remarks
The Frobenius norm of A = (aij) is just the square
root of the sum of all aij squared, which is also equal to the
square root of the trace of A*A (A* = conjugate transpose of A).