Description
Auto-generated interface to Fortran BLAS.
Description
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.
README.md
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.