LQDecomposition<T>.Lower Triangular Factor Property
Gets the upper triangular matrix R of this
LQDecomposition<T>.
Definition
Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.1.0
C#
A TriangularMatrix<T>.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.1.0
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.