@hackage DPutils0.1.1.0
utilities for DP
Categories
License
BSD-3-Clause
Maintainer
choener@bioinf.uni-leipzig.de
Links
Versions
Installation
Dependencies (19)
- QuickCheck >=2.7
- attoparsec >=0.13
- base >=4.7 && <5.0
- bytestring
- containers
- kan-extensions >=4.0 Show all…
Dependents (11)
@hackage/WordAlignment, @hackage/BiobaseInfernal, @hackage/PrimitiveArray, @hackage/MutationOrder, @hackage/BiobaseTypes, @hackage/BiobaseFasta, Show all…
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/