|  | DoubleComplexGSVDecompR Property | 
            Gets the matrix R 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 DoubleComplexMatrix R { get; }Public ReadOnly Property R As DoubleComplexMatrix
	Get
public:
property DoubleComplexMatrix^ R {
	DoubleComplexMatrix^ get ();
}member R : DoubleComplexMatrix with get
Property Value
DoubleComplexMatrix See Also
See Also