@hackage blas-ffi0.1
Auto-generated interface to Fortran BLAS
Categories
License
BSD-3-Clause
Maintainer
Henning Thielemann <haskell@henning-thielemann.de>
Links
Versions
Installation
Dependencies (2)
- base >=4.5 && <5
- netlib-ffi >=0.0 && <0.2 Show all…
Dependents (4)
@hackage/comfort-blas, @hackage/lapack, @hackage/blas-comfort-array, @hackage/blas-carray
Package Flags
buildexamples
(off by default)
Build example executables
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.