Downloadliste

Projektbeschreibung

The Shared Scientific Toolbox is a library that facilitates development of efficient, modular, and robust scientific/distributed computing applications in Java. It features multidimensional arrays with extensive linear algebra and FFT support, an asynchronous, scalable networking layer, and advanced class loading, message passing, and statistics packages.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2009-02-14 20:35 Zurück zur Release-Liste
1.08

Lineare Algebra Operationen für Singulärwertzerlegung, Eigenwert-Zerlegung und Inverse Matrix zugesetzt wurden - der Benutzer kann diese als RealArray # mSVD finden, RealArray # Meigs und RealArray # mInvert, respectively. Mehrdimensionale Arrays spärlich wurden hinzugefügt und zuschreiben, die Standard-Array-Schnittstelle. Java 1.6 ist jetzt erforderlich zu erstellen und auszuführen. Der Build-Prozess verwendet nun Apache Ivy auf externe Abhängigkeiten zu verwalten. Die native Schicht wurde vollständig mit Doxygen dokumentiert, und ein Make target wurde hinzugefügt.
Tags: Major feature enhancements
Linear algebra operations for singular value decomposition, eigenvalue decomposition, and matrix inverses have been added -- the user may find these as RealArray#mSVD, RealArray#mEigs, and RealArray#mInvert, respectively. Multidimensional sparse arrays have been added and ascribe to the standard Array interface. Java 1.6 is now required to build and run. The build process now uses Apache Ivy to manage external dependencies. The native layer has been fully documented with Doxygen, and a Make target has been added.

Project Resources