MtxExpr.Cholesky Method

function Cholesky(const X: TMtx): Boolean;

Returns true, if matrix is symmetric and positive definite.

#NameTypeDescription
1XTMtx

Returns: Boolean

Remarks:

Internally calls Matrix.Cholesky