Click or drag to resize

SvdTL2Norm Property

Gets the two norm of the MatrixT.

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

Return Value

Double
The 2-norm of the MatrixT.
See Also