| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property L As CMatrix | |
| C# | |
|---|---|
public CMatrix L {get;} | |
Property Value
A CMatrix object containing the L factor of the Cholesky factorization.Lproperty returns the lower triangular part of the Cholesky factorizations that satisfies the relation A = L*LH, where LH denotes the conjugate transpose (adjoint) of the L matrix.
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7