@hackage netlib-carray0.1
Helper modules for CArray wrappers to BLAS and LAPACK
Categories
License
BSD-3-Clause
Maintainer
Henning Thielemann <haskell@henning-thielemann.de>
Links
Versions
Installation
Dependencies (5)
- array >=0.4 && <0.6
- base >=4.5 && <5
- carray >=0.1.5 && <0.2
- netlib-ffi >=0.0.1 && <0.2
- transformers >=0.4 && <0.7 Show all…
Dependents (2)
@hackage/lapack-carray, @hackage/blas-carray
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-carray and lapack-carray.