Click or drag to resize

MatrixMathSingularValueDecompositionNorm2 Property

Gets the 2-norm of the matrix, which is the largest singular value.

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

Property Value

Double

Implements

ISingularValueDecompositionNorm2
See Also