Click or drag to resize
DigitalRuneSingularValueDecompositionDNorm2 Property
Gets the two norm of A.

Namespace: DigitalRune.Mathematics.Algebra
Assembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax
public double Norm2 { get; }

Property Value

Type: Double
The two norm of A.
Remarks
The two norm is equal to the first (largest) singular value.
See Also