|  | FloatComplexGSVDecompD2 Property | 
            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.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic FloatComplexMatrix D2 { get; }Public ReadOnly Property D2 As FloatComplexMatrix
	Get
public:
property FloatComplexMatrix^ D2 {
	FloatComplexMatrix^ get ();
}member D2 : FloatComplexMatrix with get
Property Value
FloatComplexMatrix See Also
See Also