Gets an explicit representation of the upper trapezoidal matrix R.
Namespace:
CenterSpace.NMath.MatrixAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public FloatMatrix R { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property R As FloatMatrix |
| Visual C++ |
|---|
public: property FloatMatrix^ R { FloatMatrix^ get (); } |
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.