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()
Public Function LMatrix As SquareMatrix
public:
SquareMatrix^ LMatrix()
member LMatrix : unit -> SquareMatrix
Return Value
Type:
SquareMatrixThe 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