QRDecompositionRMatrix Property |
The upper-right triangular matrix R.
Namespace:
Meta.Numerics.Matrices
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public RectangularMatrix RMatrix { get; }
Public ReadOnly Property RMatrix As RectangularMatrix
Get
public:
property RectangularMatrix^ RMatrix {
RectangularMatrix^ get ();
}
member RMatrix : RectangularMatrix with get
Property Value
Type:
RectangularMatrixThe upper-right triangular matrix R in the decomposition M = Q R.
Remarks The returned matrix is read-only. If you need to make changes to it, you can call Copy to obtain a writable copy.
See Also