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