DPutils: utilities for DP

[ bsd3, data, library ] [ Propose Tags ]

Small set of utility functions


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.0.0.2, 0.0.1.0, 0.0.2.0, 0.1.0.0, 0.1.1.0
Change log changelog.md
Dependencies base (>=4.7 && <5.0), bytestring, containers, kan-extensions (>=4.0), parallel (>=3.0), pipes (>=4.0), QuickCheck (>=2.7), stringsearch (>=0.3), transformers (>=0.5), vector (>=0.10) [details]
License BSD-3-Clause
Copyright Christian Hoener zu Siederdissen, 2016
Author Christian Hoener zu Siederdissen, 2016
Maintainer choener@bioinf.uni-leipzig.de
Category Data
Home page https://github.com/choener/DPutils
Bug tracker https://github.com/choener/DPutils/issues
Source repo head: git clone git://github.com/choener/DPutils
Uploaded by ChristianHoener at 2017-03-03T15:44:53Z
Distributions LTSHaskell:0.1.1.0, NixOS:0.1.1.0, Stackage:0.1.1.0
Reverse Dependencies 11 direct, 27 indirect [details]
Downloads 3927 total (24 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-03-03 [all 1 reports]

Readme for DPutils-0.0.1.0

[back to package description]

Build Status

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/