Click or drag to resize

DoubleQRDecompR Property

Gets an explicit representation of the upper trapezoidal matrix R.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleMatrix R { get; }

Property Value

DoubleMatrix
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