DPutils: utilities for DP

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Warnings:

Small set of utility functions


[Skip to Readme]

Properties

Versions 0.0.0.2, 0.0.1.0, 0.0.2.0, 0.0.2.0, 0.1.0.0, 0.1.1.0
Change log changelog.md
Dependencies attoparsec (>=0.13), base (>=4.7 && <5.0), bytestring, containers, kan-extensions (>=4.0), parallel (>=3.0), pipes (>=4.0), QuickCheck (>=2.7), streaming (>=0.1), streaming-bytestring (>=0.1), stringsearch (>=0.3), transformers (>=0.5), vector (>=0.10) [details]
License BSD-3-Clause
Copyright Christian Hoener zu Siederdissen, 2016-2018
Author Christian Hoener zu Siederdissen, 2016-2018
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 2018-12-11T23:19:03Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for DPutils-0.0.2.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/