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 DoubleComplexMatrix R { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property R As DoubleComplexMatrix |
| Visual C++ |
|---|
public: property DoubleComplexMatrix^ R { DoubleComplexMatrix^ 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.