From: Anders P. <ap...@op...> - 2006-10-08 15:14:05
|
Most of the changes with this release are related to BasicArray. There=20 have been a few additions and a lot of deprecations. Everything that=20 existed in version 12 is still there, but all that is marked as=20 deprecated will be removed as soon as version 13 has been released. There has also been some deprecation in the BasicMatrix interface, and=20 one important API change. All methods that used to return a Number as a=20 result of some calculation now return a Scalar<? extends Number>=20 instead. This will require you to change your code. Just add=20 =93.getNumber()=94 to your existing code and you=92re back where you were= . Another important change is that the matrix decomposition classes and=20 interfaces are now generisized. You can also expect the BasicMatrix=20 interface to be generisized by release 14. /Anders --=20 http://ojalgo.org/ Mathematics, Linear Algebra and Optimisation with Java |