bool Cholesky(TMtx *X);
Returns true, if matrix is symmetric and positive definite.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtx * |
Remarks:
Internally calls Matrix::Cholesky
Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler
Returns true, if matrix is symmetric and positive definite.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtx * |
Internally calls Matrix::Cholesky