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