Parameters
- matrix
- A Matrix object containing the real symmetric positive-definite matrix to factor.
| Exception | Description |
|---|---|
| NotSquareMatrixException | The matrix parameter does not represent a square matrix. |
The Succeeded property indicates whether the factorization has completed successfully. It will return false if the matrix parameter does not represent a positive-definite matrix.
Only the lower triangular part of the matrix is referenced during factorization and no check is made that the matrix is actually a symmetric matrix.
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7