Test if the matrix is semi positive definite.
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!
|