Gets the matrix D2 in the general singular value decomposition for matrices A and B - U'AQ = D1(0 R), V'BQ = D2(0 R)

Namespace:  CenterSpace.NMath.Matrix
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public DoubleMatrix D2 { get; }
Visual Basic (Declaration)
Public ReadOnly Property D2 As DoubleMatrix
Visual C++
public:
property DoubleMatrix^ D2 {
	DoubleMatrix^ get ();
}

See Also