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