Returns the lower TriangularMatrix component of this LUDecomposition.

Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property LowerTriangularFactor As TriangularMatrix
C#
public TriangularMatrix LowerTriangularFactor { get; }
C++
public:
TriangularMatrix^ LowerTriangularFactor {
	TriangularMatrix^ get ();
}

Value

A unit lower-TriangularMatrix that has its IsUnitDiagonal property set to true. The elements below the diagonal are stored in the lower-triangular portion of the factorized matrix.