RQDecomposition<T>.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> UpperTriangularFactor { get; protected set; }
Property Value
Matrix<T>A TriangularMatrix<T>.
Remarks
This property returns a matrix of the same dimensions as the decomposed matrix.