RQDecomposition<T>.Trimmed Upper Triangular Factor Property
Gets the upper triangular matrix R of this
RQDecomposition<T>.
Definition
Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
A TriangularMatrix<T>.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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.