Click or drag to resize
DigitalRuneSingularValueDecompositionFNorm2 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 float Norm2 { get; }

Property Value

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