@hackage accelerate-blas0.2.0.1
Numeric Linear Algebra in Accelerate
Categories
License
BSD-3-Clause
Maintainer
tmcdonell@cse.unsw.edu.au
Links
Versions
Installation
Dependencies (13)
- accelerate >=1.0 && <1.3
- accelerate-llvm >=1.1 && <1.3
- accelerate-llvm-native >=1.1 && <1.3
- accelerate-llvm-ptx >=1.1 && <1.3
- base >=4.7 && <4.13
- blas-hs >=0.1 Show all…
Dependents (1)
@hackage/acme-everything
Package Flags
llvm-cpu
(on by default)
Enable the LLVM backend for multicore CPUs
llvm-ptx
(on by default)
Enable the LLVM PTX backend for NVIDIA GPUs
Numeric linear algebra in Accelerate
Linear systems, matrix decompositions, and other numerical computations for use in Accelerate. Most operations are implemented efficiently via FFI calls to BLAS and LAPACK. For details on Accelerate, refer to the main repository.
Please get in touch to let me know which missing operations you would like see added to the library. Contributions are also welcome!