RQDecomposition<T>.Trimmed Upper Triangular Factor Property
Gets the upper triangular matrix R of this
RQDecomposition<T>.
Definition
Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
A TriangularMatrix<T>.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public Matrix<T> TrimmedUpperTriangularFactor { get; protected set; }
Property Value
Matrix<T>A TriangularMatrix<T>.
Remarks
If the number of rows of the decomposed matrix is greater than the number of columns, this property returns a square triangular matrix. Otherwise, the return value is the same as that for UpperTriangularFactor.