Skip to content

Commit

Permalink
Fixed description
Browse files Browse the repository at this point in the history
  • Loading branch information
cgo committed Mar 26, 2012
1 parent d8bee35 commit d3fc88d
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions jalla.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,18 @@ homepage: https://github.com/cgo/jalla
package-url:
bug-reports:
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 here: <http://www.goschs.de/jalla>
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).
category: Math
Expand Down

0 comments on commit d3fc88d

Please sign in to comment.