ANN: new version of matrix library (GSLHaskell)

Dear Haskellers, I am happy to announce a new version of GSLHaskell, a basic library for matrix computations and other numeric algorithms based on LAPACK, BLAS and GSL. The goal is that simple problems involving singular values, linear systems, etc, can be easily solved using Haskell. The library is horribly incomplete, I don't recommend it for any serious work. But at least I enjoy using it in my projects... Some features of this release are: * Improved internal implementation, most code has been refactored. * It works on Linux, Windows, and MacOS X (see the README of the distribution). * Automatic bindings to 200+ GSL special functions. Source code, documentation, updated tutorial, and more information is available from: http://dis.um.es/~alberto/GSLHaskell I'd like to upload a decent version to hackage, so any kind of feedback is very welcome! Thanks, Alberto
participants (1)
-
Alberto Ruiz