blas-ffi: Auto-generated interface to Fortran BLAS

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.

[maintain] [Publish]

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]

Properties

Versions 0.0, 0.0.1, 0.0.1.1, 0.0.2, 0.1, 0.1
Change log None available
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:25:53Z

Modules

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


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.