Downloadliste

Projektbeschreibung

jblas is a fast linear algebra library for Java. It is based on BLAS and LAPACK, the de-facto industry standard for matrix computations, and uses state-of-the-art implementations like ATLAS for all its computational routines, making it very fast. It is essentially a lightweight wrapper around the BLAS and LAPACK routines. These packages originated in the Fortran community, which explains their archaic API. On the other hand, modern implementations are hard to beat performance-wise. jblas aims to make this functionality available to Java programmers such that they do not have to worry about writing JNI interfaces and calling conventions of Fortran code.

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-12-23 00:10
1.0

Die Standard-Glas enthält nun auch ATLAS-Bibliotheken für Windows, Linux und Mac OS X, mit 32-Bit und 64-Bit-Varianten (wenn auch 64-Bit-Unterstützung fehlt noch für Windows). Matrix-Klassen sind serialisierbar. Neue Funktionen wurden für Matrix-Exponenten, LU und Cholesky-Zerlegung hat prod (), Projekt (), zufällige Permutationen und Teilmengen.
Tags: Stable
The default jar now contains libraries including ATLAS for Windows, Linux, and Mac OS X, with 32-bit and 64-bit variants (though 64-bit support is still missing for Windows). Matrix classes are serializable. New functions were added for matrix exponentials, LU and Cholesky decomposition, prod(), project(), random permutations, and subsets.

2009-05-08 22:15
0.2

Diese Veröffentlichung fügt vor allem Funktionen für die Build-Prozess und benennt einige Pakete und Klassen, um die Struktur vereinfacht. Keine wesentlichen neuen Funktionen hinzugefügt. Ein Fehler in DoubleMatrix.copy () festgesetzt worden war. Pakete wurden umbenannt, um die Struktur vereinfacht. Die Blas-Klasse wurde NativeBLAS umbenannt. Der Build-Prozess kann nun statisch gelinkte Bibliotheken und Multi-Plattform generieren Gläser. Erzeugt Wrapper-Code wurde etwas optimiert.
This release mostly adds features to the build process and renames some packages and classes to make the structure simpler. No new significant functionality has been added. A bug in DoubleMatrix.copy() was fixed. Packages were renamed to make the structure simpler. The Blas class was renamed to NativeBLAS. The build process can now generate statically linked libraries and multi-platform jars. Generated wrapper code has been optimized a bit.

2009-03-31 02:09
0.1

Initial release.
Initial release.

Project Resources