RQDecomposition<T>.Thin Orthogonal Factor Property
Gets the 'thin' part of the orthogonal matrix Q of this
RQDecomposition<T>.
Definition
Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
A DenseMatrix<T>.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public Matrix<T> ThinOrthogonalFactor { get; protected set; }
Property Value
Matrix<T>A DenseMatrix<T>.
Remarks
If the matrix has more rows than columns, then only a part of the orthogonal matrix with the same number of columns as the matrix is relevant for most calculations.