@hackage fpnla-examples0.1
Example implementations for FPNLA library
Categories
License
BSD-3-Clause
Maintainer
Pablo Perdomo <pperdomo@fing.edu.uy>, Mauro Blanco <mblanco@fing.edu.uy>
Links
- Documentation
- No source repository
- Security
Versions
Installation
Dependencies (11)
Dependents (1)
@hackage/acme-everything
This package provides many example implementations of the operations defined in package fpnla using various data structures and algorithms.
IMPORTANT: Many algorithms are only partially implemented
The structures currently used are:
repa arrayshttp://hackage.haskell.org/package/repaaccelerate arrayshttp://hackage.haskell.org/package/accelerateHaskell lists http://hackage.haskell.org/package/base-4.6.0.1/docs/Data-List.html
Operations are parallelized using the parallel framework (http://hackage.haskell.org/package/parallel), Monad-Par (http://hackage.haskell.org/package/monad-par), Repa (http://hackage.haskell.org/package/repa) and Accelerate (http://hackage.haskell.org/package/accelerate).