|  | DoubleComplexGSVDecompZero_R Property | 
            Gets the matrix (0 R) in the general singular value decomposition
            for matrices A and B -
            U'AQ = D1(0 R), V'BQ = D2(0 R)
            (0 R) is the matrix obtained by prepending columns of all zeros
            to the upper triangular matrix R.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic DoubleComplexMatrix Zero_R { get; }Public ReadOnly Property Zero_R As DoubleComplexMatrix
	Get
public:
property DoubleComplexMatrix^ Zero_R {
	DoubleComplexMatrix^ get ();
}member Zero_R : DoubleComplexMatrix with get
Property Value
DoubleComplexMatrix See Also
See Also