Click or drag to resize

MapackMatrixFrobeniusNorm Property

Returns the Frobenius Norm for the matrix.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public double FrobeniusNorm { get; }

Property Value

Double
The square root of sum of squares of all elements.

Implements

IMapackMatrixFrobeniusNorm
See Also