blas-ffi: Auto-generated interface to Fortran BLAS

[ bsd3, library, math ] [ Propose Tags ]

BLAS is a package for efficient basic linear algebra operations. The reference implementation is written in FORTRAN.

This is an automatically generated low-level interface. We provide bindings to functions of all variants for Float, Double, Complex Float and Complex Double. We do not use TemplateHaskell nor HSC nor CHS, but instead Haskell 98 code generated by the custom lapack-ffi-tools package.


[Skip to Readme]

Flags

Automatic Flags
NameDescriptionDefault
buildexamples

Build example executables

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.0, 0.0.1, 0.0.1.1, 0.0.2, 0.1
Dependencies base (>=4.5 && <5), blas-ffi, netlib-ffi (>=0.0 && <0.2), storable-complex (>=0.2.2 && <0.3) [details]
License BSD-3-Clause
Author Henning Thielemann <haskell@henning-thielemann.de>
Maintainer Henning Thielemann <haskell@henning-thielemann.de>
Category Math
Home page http://hub.darcs.net/thielema/blas-ffi/
Source repo this: darcs get http://hub.darcs.net/thielema/blas-ffi/ --tag 0.1
head: darcs get http://hub.darcs.net/thielema/blas-ffi/
Uploaded by HenningThielemann at 2018-12-20T09:26:27Z
Distributions LTSHaskell:0.1, NixOS:0.1, Stackage:0.1
Reverse Dependencies 4 direct, 4 indirect [details]
Executables blas-demo
Downloads 3707 total (22 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for blas-ffi-0.1

[back to package description]

cabs1

The reference BLAS implementation provides the functions SCABS1 and DCABS1. However, it is missing in some optimized alternative implementations like OpenBLAS and ATLAS. This caused linker errors in the past. Since the function is pretty trivial, I removed its binding.