Click or drag to resize

LUDecompositionLMatrix Method

Gets the L factor.

Namespace:  Meta.Numerics.Matrices
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public SquareMatrix LMatrix()

Return Value

Type: 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