 | DoubleComplexQRDecompR Property |
Gets an explicit representation of the upper trapezoidal matrix R.
Namespace:
CenterSpace.NMath.Core
Assembly:
NMath (in NMath.dll) Version: 7.3
Syntaxpublic DoubleComplexMatrix R { get; }
Public ReadOnly Property R As DoubleComplexMatrix
Get
public:
property DoubleComplexMatrix^ R {
DoubleComplexMatrix^ get ();
}
member R : DoubleComplexMatrix with get
Property Value
Type:
DoubleComplexMatrix
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