The latest version of jalla is 0.2.0.1-0.

jalla

Version 0.2 revision 0 uploaded by ChristianGosch.

Package meta

Synopsis
Higher level functions for linear algebra. Wraps BLAS and LAPACKE.
Description

NOTE: Hackage does not know LAPACKE, therefore jalla and the documentation are not built there. You can find its documentation at http://www.goschs.de/jalla.

Jalla aims at providing high level functions for linear algebra computations which should be fast and easy enough to use. Under the hood, BLAS and LAPACKE are used (LAPACKE is a standard C interface to LAPACK which is part of LAPACK since version 3.4).

The modules Numeric.Jalla.Matrix and Numeric.Jalla.Vector are probably the most useful ones for users. Everything under Numeric.Jalla.Foreign is basically wrapping stuff.

Currently, I am adding new functions whenever I find some time. Please help, if you want to! There are not many tests yet, and we need some nicer error reporting (nicer than exceptions).

Author
Christian Gosch
Bug reports
n/a
Category
Math
Copyright
2011-2015, Christian Gosch
Homepage
https://github.com/cgo/jalla
Maintainer
Christian Gosch <github@goschs.de>
Package URL
n/a
Stability
Experimental

Components