Click or drag to resize

FloatComplexMatrixFrobeniusNorm Method

Computes the Frobenius norm for this matrix.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public float FrobeniusNorm()

Return Value

Single
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).
See Also