Download List

Descripción del Proyecto

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.

System Requirements

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-05-08 22:15 Back to release list
0.2

Este lanzamiento incorpora funciones que todo el proceso de construcción y cambia el nombre de algunos paquetes y clases para hacer la estructura más simple. No funcionalidad significativa se ha añadido. Un error en DoubleMatrix.copy () se ha fijado. Paquetes fueron renombradas para hacer la estructura más simple. La clase de Blas fue renombrado a NativeBLAS. El proceso de construcción ahora puede generar bibliotecas enlazados estáticamente y varios frascos de la plataforma. Código del contenedor de creación se ha optimizado un poco.
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.

Project Resources