IMapackMatrixFrobeniusNorm Property |
Returns the Frobenius Norm for the matrix.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax double FrobeniusNorm { get; }
Property Value
DoubleThe square root of sum of squares of all elements.
See Also