jalla: Higher level functions for linear algebra. Wraps BLAS and LAPACKE.
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).
[Skip to Readme]
Modules
- Numeric
- Numeric.Jalla
- Foreign
- Numeric.Jalla.Foreign.BLAS
- Numeric.Jalla.Foreign.BlasOps
- Numeric.Jalla.Foreign.LAPACKE
- Numeric.Jalla.Foreign.LapackeOps
- Numeric.Jalla.IMM
- Numeric.Jalla.Indexable
- Numeric.Jalla.InnerProduct
- Numeric.Jalla.Matrix
- Numeric.Jalla.Test
- Numeric.Jalla.Types
- Numeric.Jalla.Vector
- Foreign
- Numeric.Jalla
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
build_lapacke | If true, try to build lapacke in the ./lapacke directory of the jalla package. | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- jalla-0.1.0.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1.0, 0.1.0.1, 0.2, 0.2.0.1 |
---|---|
Dependencies | base (>4.0.0 && <4.6.0), convertible, mtl, QuickCheck (>=2.4.2), random (>=1.0.1) [details] |
Tested with | ghc >=7.0.3 |
License | BSD-3-Clause |
Copyright | 2011-2012, Christian Gosch |
Author | Christian Gosch |
Maintainer | Christian Gosch <github@goschs.de> |
Category | Math |
Home page | https://github.com/cgo/jalla |
Source repo | head: git clone git://github.com/cgo/jalla.git |
Uploaded | by ChristianGosch at 2012-03-26T18:50:29Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 2966 total (20 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs not available [build log] All reported builds failed as of 2016-12-25 [all 6 reports] |