| SingularValueDecompositionDNorm2 Property |
Gets the two norm of A.
Namespace: DigitalRune.Mathematics.AlgebraAssembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax public double Norm2 { get; }
Public ReadOnly Property Norm2 As Double
Get
public:
property double Norm2 {
double get ();
}
member Norm2 : float with get
Property Value
Type:
DoubleThe two norm of A.
Remarks
The two norm is equal to the first (largest) singular value.
See Also