You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to efficient-java-mat...@googlegroups.com
Bug fixes...
2013/04/09
- Fixed bug in MatrixFeatures.isPositiveDefinite() where the input was being modified * Added a check for isModified() flag in this and several other functions * Thanks Eriklan Dodinh for reporting the bug - MatrixIO.loadCSV() now will throw IOException() if an incorrect matrix size is specified * Thanks Ioannis P. for reporting this bug - LUDecompositionNR now returns false for singular matrices. * Thanks Luke Nezda for reporting the bug - Moved LUDecompositionNR into experimental directory since its use is not recommended, but is still a good algorithm. - Clarified ordering of coefficients in polynomial root example * Thanks Rahul for getting confused by the lack of documentation