hblas: BLAS and Lapack bindings for OpenBLAS

[ bsd3, library, math ] [ Propose Tags ]

User friendly, simple bindings to BLAS and Lapack, favoring OpenBLAS as the substrate.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 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.4.0.0, 0.4.0.1 (info)
Dependencies base (>=4.5 && <4.8), 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
Source repo head: git clone git://github.com/wellposed/hOpenBLAS.git
Uploaded by CarterSchonwald at 2014-02-28T19:35:04Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 7475 total (30 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Successful builds reported [all 1 reports]

Readme for hblas-0.1.0.0

[back to package description]

Wellposed®

About hblas

hblas is an open source component of the Wellposed® mathematical software suite.

Members of the numerical haskell open source community can be found on irc at #numerical-haskell on freenode, and via the numericalhaskell mailing list.

Build Status

hblas is a self contained full (well, not quite yet) BLAS and LAPACK binding that provides the full BLAS and LAPACKE APIs in a simple, unopinionated, Haskell wrapper.

This library is NOT meant to be used by end users, it is designed to be an unopinionated, simple, portable, easy to install BLAS/LAPACK substrate for higher level numerical computing libraries to build upon. Morever, this library is strictly a wrapper, and simply makes using the functionality of BLAS and LAPACK more accessible.

This library is NOT meant to be used a standalone array library (except in desperation), but rather should be used by a higher level numerical array library to provide high performance linear algebra routines.

how to install

  • On OS X systems, things will just work.
  • On linux and bsd systems, the equivalent of
sudo apt-get install libblas liblapack

is all you should have to do before hand

getting involved

patches, bug reports, tests, and other contributions welcome.