function Cholesky(const X: TMtx): Boolean;
Returns true, if matrix is symmetric and positive definite.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtx |
Returns: Boolean
Remarks:
Internally calls Matrix.Cholesky
Returns true, if matrix is symmetric and positive definite.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtx |
Returns: Boolean
Internally calls Matrix.Cholesky