LUDecompositionLMatrix Method

Gets the L factor.

Definition

Namespace: Meta.Numerics.Matrices
Assembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
C#
public SquareMatrix LMatrix()

Return Value

SquareMatrix
The lower-left triangular factor L of the LU decomposition.

Remarks

The pivoted LU decomposition algorithm guarantees that the diagonal entries of this matrix are all one, and that the magnitudes of the sub-diagonal entries are all less than or equal to one.

See Also