LUDecomposition<T>.LowerTriangularFactor Property

Returns the lower triangular component of this LUDecomposition<T>.

Definition

Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public Matrix<T> LowerTriangularFactor { get; protected set; }

Property Value

Matrix<T>
A lower triangular Matrix<T>.

See Also