Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
In real-world examples the matrix inversion with the CholeskyDecomposition with default threshold settings may fail as the given matrices will not be perfectly symmetric.
Better use QRDecomposition or the new MatrixUtils.inverse method.