TMtx.Cholesky Method

Boolean Cholesky

Test if the matrix is semi positive definite.

Returns: Boolean

Remarks:

Returns True, if the matrix semi positive definite and at the same time performs the Cholesky decomposition of the calling matrix. If the TriangleForm is set to tfLower then the upper part of the matrix is overwritten with transpose of L, where L is the result of factorization. If the TriangleForm is set to ftUpper then the lower triangle of the matrix is overwritten with the transpose of U, where U the result of factorization.