Closed GoogleCodeExporter closed 9 years ago
To solve this, maybe MatrixFeatures.isPositiveDefinite() should work with a
copy of the original matrix when trying to do the Cholesky Decomposition. As a
workaround, that's what I do atm.
Original comment by eriklan.dodinh@gmail.com
on 17 Jan 2013 at 8:59
That is a bug. It was missing a check to lu.inputModified(). Fixed and
committed to SVN. Also found a few other cases where that flag was not being
checked. Let me know if you have any additional problems.
Original comment by peter.ab...@gmail.com
on 17 Jan 2013 at 11:43
That was quick, thanks!
Original comment by eriklan.dodinh@gmail.com
on 18 Jan 2013 at 11:50
Original issue reported on code.google.com by
eriklan.dodinh@gmail.com
on 17 Jan 2013 at 8:41