Closed GoogleCodeExporter closed 8 years ago
I think this is less of a bug and more of an arbitrary design decision. There
is no standardized way for how to handle nearly singular matrices. I could add
logic to detect that condition, but that would slow the code down.
If you need the inverse of a poorly conditioned matrix I would suggest checking
out the latest SVN code and using pinv() instead. There has been a recent
change to pinv(). THe pseudo inverse can now be called directly from using
SimpleMatrix.pseudoInverse().
Original comment by peter.ab...@gmail.com
on 16 Nov 2011 at 3:17
Assuming that this issue is resolved. Either e-mail me or leave a comment if
you wish to discuss it further.
Original comment by peter.ab...@gmail.com
on 24 Nov 2011 at 6:01
Thanks a lot!
Original comment by GalaxyH
on 25 Nov 2011 at 1:12
Original issue reported on code.google.com by
GalaxyH
on 16 Nov 2011 at 9:49