|  | FloatComplexQRDecompR Property | 
            Gets an explicit representation of the upper trapezoidal matrix R.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic FloatComplexMatrix R { get; }Public ReadOnly Property R As FloatComplexMatrix
	Get
public:
property FloatComplexMatrix^ R {
	FloatComplexMatrix^ get ();
}member R : FloatComplexMatrix with get
Property Value
FloatComplexMatrix Remarks
Remarks
            If the factored matrix has dimension m x n, the dimension of R is
            n x n if m >= n; otherwise, m x n. 
            
 See Also
See Also