
Thanks a lot for the work on moving the gsl bits out, hnn 0.2 released :-)
On Fri, Jun 20, 2014 at 6:36 PM, Alberto Ruiz
Hi!
I am happy to announce the release of hmatrix-0.16, a Haskell package for matrix computations and numeric linear algebra.
New features:
- BSD3 license. The modules depending on GSL have been moved to a new package hmatrix-gsl (GPL). Now hmatrix depends only on BLAS/LAPACK.
- Simpler reexport modules with improved documentation and usage examples. There are a few API changes but the traditional modules are also exposed for backwards compatibility.
- Alternative interface using type-level literals for static dimension checking and inference (work in progress).
- Initial support for sparse linear systems.
- Minor improvements and bug fixes (see the changelog for details).
http://hackage.haskell.org/package/hmatrix
https://github.com/albertoruiz/hmatrix
Some examples: http://dis.um.es/~alberto/hmatrix/hmatrix.html
Suggestions, contributions, and bug reports are welcome.
Thanks! Alberto
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
-- Alp Mestanogullari