QLDecomposition<T>.Trimmed Lower Triangular Factor Property
Gets the upper triangular matrix R of this
QLDecomposition<T>.
Definition
Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
A TriangularMatrix<T>.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public Matrix<T> TrimmedLowerTriangularFactor { 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 LowerTriangularFactor.