LUDecomposition<T>.LowerTriangularFactor Property

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

Definition

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

Property Value

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

See Also