Télécharger la liste

Description du projet

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.

Système requise

System requirement is not defined
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

Le pot contient maintenant par défaut les bibliothèques y compris ATLAS pour Windows, Linux et Mac OS X, avec 32-bit et 64-bit versions (bien que le support 64 bits est toujours manquant pour Windows). Classes de matrices sont sérialisable. De nouvelles fonctions ont été ajoutées pour exponentielles matrice, le Luxembourg et la décomposition de Cholesky, prod (), projet (), random permutations, et sous-ensembles.
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

Cette version ajoute principalement des fonctionnalités au processus de construction et renomme certains paquetages et des classes pour rendre la structure plus simple. Aucune nouvelle fonctionnalité importante a été ajoutée. Un bogue dans DoubleMatrix.copy () a été fixée. Paquets ont été renommés pour rendre la structure plus simple. La classe Blas a été renommée en NativeBLAS. Le processus de construction peuvent maintenant générer des bibliothèques liées statiquement et multi-plate-forme de pots. Code généré par le wrapper a été optimisé un peu.
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

Version initiale.
Initial release.

Project Resources