DPutils: small set of utility functions
README
(included from project)DPutils
Small set of utility functions. Currently centered around dynamic programming.
Math.TriangularNumbers provides indexing into upper triangular tables. With back and forth between the index pair and the linear index.
Data.Paired.Vector provided rectangular and upper-triangular pairing of elements from a vector.
Data.Paired.Foldable is a more powerful generalization of such pairing for any foldable container. We try to only retain elements that will be needed for the pairing, while others are being filtered out.
Pipes.Parallel provides some simple tools for parallelisation of tasks with the pipes eco-system.
Contact
Christian Hoener zu Siederdissen
Leipzig University, Leipzig, Germany
choener@bioinf.uni-leipzig.de
http://www.bioinf.uni-leipzig.de/~choener/
|
![]() |
![]() |
|
Stable Sources | git | Bugtracker | Build Status |
Usage of this library in a Haskell project:
This package provides no "main" executable, but rather only library functionality. (Though sometimes tools, or example programs are provided). Usage requires some knowledge of Haskell.- Include the library in your cabal file.
- Use stack to simplify development. This will require adding the library with an exact version to the stack.yaml file. This includes the option to include this library directly from its github repository.