You are here: Symbol Reference > MtxVec Namespace > Classes > TMtx Class > public > TMtx.Cholesky Method
MtxVec VCL
ContentsIndex
PreviousUpNext
TMtx.Cholesky Method

Test if the matrix is semi positive definite.

Pascal
function Cholesky: boolean; overload;

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.

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!