hblas: Human friendly BLAS and Lapack bindings for Haskell.
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
User friendly, simple bindings to BLAS and Lapack. Easy to extend and use.
HBLAS assumes you have BLAS and LAPACK installed. Users on OSX already
have a BLAS and LAPACK installed for them. Users on LINUX and similar
platforms will need to do the system equivalent of sudo apt-get install libblas liblapack
.
HBLAS is not intended to be a library for end user array operations, but rather an easy adaptor for calling BLAS and LAPACK routines in their full generality from your end-user haskell linear algebra / array library of choice.
HBLAS roughly mirrors the naming conventions and datatype names of the standard BLAS and LAPACK libraries. Those of you who are familiar with these conventions and moderately comfortable with haskell will feel right at home.
If you are not familiar with the the operations and conventions of BLAS and Lapack, please read the Intel MKL BLAS and LAPACK documention, you'll learn a lot about what BLAS and LAPACK can do.
HBLAS doesn't provide every BLAS and LAPACK operation currently, but is designed so that adding support for new operations is quite easy!
[Skip to Readme]
Properties
Versions | 0.1.0.0, 0.2.0.0, 0.3.0.0, 0.3.0.1, 0.3.1.0, 0.3.1.1, 0.3.2.1, 0.3.2.2, 0.3.2.2, 0.4.0.0, 0.4.0.1 |
---|---|
Change log | changelog.md |
Dependencies | base (>=4.6 && <4.9), primitive (>=0.5 && <0.6), storable-complex (>=0.2.0 && <0.3.0), vector [details] |
License | BSD-3-Clause |
Author | Carter Tazio Schonwald |
Maintainer | carter at wellposed dot com |
Category | Math |
Home page | http://github.com/wellposed/hblas/ |
Bug tracker | http://github.com/wellposed/hblas/issues |
Source repo | head: git clone http://github.com/wellposed/hblas.git |
Uploaded | by CarterSchonwald at 2018-01-26T02:48:24Z |
Modules
- Numerical
- HBLAS
- Numerical.HBLAS.BLAS
- Numerical.HBLAS.BLAS.FFI
- Numerical.HBLAS.BLAS.Internal
- Numerical.HBLAS.Constants
- Numerical.HBLAS.Lapack
- Numerical.HBLAS.Lapack.FFI
- Numerical.HBLAS.MatrixTypes
- Numerical.HBLAS.UtilsFFI
- Numerical.HBLAS.BLAS
- HBLAS
Flags
Manual Flags
Name | Description | Default |
---|---|---|
openblas | Disabled | |
cblas | Use on platforms when libcblas isn't part of libblas | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- hblas-0.3.2.2.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees