You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TMtx Class > TMtx Methods > TMtx.Cholesky Method
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TMtx.Cholesky Method

Test if the matrix is semi positive definite.

Syntax
C#
Visual Basic
public bool Cholesky();

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-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!