@hackage netlib-ffi0.1.2
Helper modules for FFI to BLAS and LAPACK
Categories
License
BSD-3-Clause
Maintainer
Henning Thielemann <haskell@henning-thielemann.de>
Links
Versions
Installation
Dependencies (5)
- base >=4.5 && <5
- deepseq >=1.3 && <1.6
- guarded-allocation >=0.0 && <0.1
- storable-complex >=0.2.2 && <0.3
- transformers >=0.2 && <0.7 Show all…
Dependents (19)
@hackage/fftw-ffi, @hackage/lapack-hmatrix, @hackage/linear-circuit, @hackage/netlib-carray, @hackage/comfort-blas, @hackage/comfort-fftw, Show all…
Netlib is a collection of packages for efficient numeric linear algebra. Most prominent parts of Netlib are BLAS and LAPACK. These packages contain functions for matrix computations, solution of simultaneous linear equations and eigenvalue problems.
This package provides definitions shared by
the packages blas-ffi and lapack-ffi.