Gets an explicit representation of the upper trapezoidal matrix R.

Namespace:  CenterSpace.NMath.Matrix
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

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

See Also