Click or drag to resize

DiagonalMatrixFrobeniusNorm Method

Calculates the Frobenius norm of this matrix.

Namespace: Altaxo.Calc.LinearAlgebra.Complex
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public override double FrobeniusNorm()

Return Value

Double
The Frobenius norm of this matrix.
See Also