Changelog |
Version 1.1.0 (Oct 29, 2003) |
Version 1.0.3 (Nov 22, 2002) |
Version 1.0.2 (Nov 08, 2001) |
To enable this, some minor changes were necessary. Please update your source code as follows
Old style New style cern.colt.matrix.doublealgo.Sorting.quickSort(...) cern.colt.matrix.doublealgo.Sorting.quickSort.sort(...)
or
cern.colt.matrix.doublealgo.Sorting.mergeSort.sort(...)
Version 1.0.1 (May 15, 2000) |
Version 1.0.0 |
Version 1.0 Beta4 |