blas-hs: Low-level Haskell bindings to Blas.
This package provides a complete low-level binding to Blas via the foreign function interface, allowing Haskell programs to take advantage of optimized routines for vector and matrix operations in Haskell.
More information can be found at the repository.
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
no-netlib | Do not link with the reference Blas from Netlib. | Disabled |
no-accelerate | Do not link with the Accelerate Framework. Has no effect except on Darwin and Mac OS X. | Disabled |
openblas | Link with the OpenBLAS library. | Disabled |
mkl | Link with the Intel Math Kernel Library. | Disabled |
cblas | Link with the CBlas wrapper in addition to everything else. | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- blas-hs-0.1.1.0.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.2, 0.1.1.0 |
---|---|
Dependencies | base (>=4.5 && <5), storable-complex (>=0.2 && <1) [details] |
License | MIT |
Copyright | (c) 2014 Phil Ruffwind |
Author | Phil Ruffwind |
Maintainer | rf@rufflewind.com |
Category | Math |
Home page | https://github.com/Rufflewind/blas-hs |
Bug tracker | https://github.com/Rufflewind/blas-hs/issues |
Source repo | head: git clone https://github.com/Rufflewind/blas-hs |
Uploaded | by Rufflewind at 2014-12-27T20:18:46Z |
Distributions | LTSHaskell:0.1.1.0, NixOS:0.1.1.0, Stackage:0.1.1.0 |
Reverse Dependencies | 3 direct, 0 indirect [details] |
Downloads | 2273 total (9 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2014-12-27 [all 1 reports] |