QRDecomposition<T>.UpperTriangularFactor Property

Gets the upper triangular matrix R of this QRDecomposition<T>.

Definition

Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
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.

See Also