From: Anders P. <ap...@op...> - 2006-10-24 15:50:01
|
Changes include: 1: The Facade*Dim classes have been renamed Array*Dim. Didn't bother with deprecations... 2: MatrixFactory has a couple of new build-methods. 3: Some additions to Scalar 4: makeMatrix() is removed from PhysicalFactory 5: PhysicalStore now (again) extends both MatrixStore and BasicArray. Short term there will now other types of PhysicalStore. Long term, if I change my mind, I have a plan how to proceed 6: New LogicalStore called SuperimposedUniformDiagonalStore ;-) In combination with ZeroStore this is perfect for creating Identity or Eye matrices. 7: New class MatrixUtils 8: List<? extends Number> toListOfElements() has been refactored to List<BigDecimal> toListOfElements() and List<List<BigDecimal>> toListOfLists(NumericTypeContext aCntxt) has been deprecated. 9: All deprecated methods in org.ojalgo.TestUtils have been removed. SourceForge.net wrote: > Project: ojAlgo (ojalgo) > Package: ojAlgo > Date : 2006-10-24 17:41 > > Project "ojAlgo" ('ojalgo') has released the new version of package 'ojAlgo'. > You can download it from SourceForge.net by following this link: > <https://sourceforge.net/project/showfiles.php?group_id=79000&release_id=458112> > or browse Release Notes and ChangeLog by visiting this link: > <https://sourceforge.net/project/shownotes.php?release_id=458112> > > You receive this email because you requested to be notified when new versions > of this package were released. If you don't wish to be notified in the future, > please login to SourceForge.net and click this link: > <https://sourceforge.net/project/filemodule_unmonitor.php?filemodule_id=80289> > If you lost your SourceForge.net login name or password, refer to this document: > <https://sourceforge.net/docman/display_doc.php?docid=760&group_id=1> > > Note that you may receive this message indirectly via one of your mailing list > subscriptions. Please review message headers before reporting unsolicited > mailings. > |