hmatrix-static: hmatrix with vector and matrix sizes encoded in types

[ library, math ] [ Propose Tags ]

A thin, lightweight wrapper over hmatrix to support static checking of matrix and vector sizes (for instance, addition of different-sized vectors will be disallowed at compile-time).

Objects whose sizes are not statically known are given the special size Unknown, which allows a syntactically cheap way to step down to the statically unchecked system of hmatrix. This is cheap in comparison to representing unknown sizes with exisential types, which forces pervasive continuation passing style.

WARNING: when using the QuasiQuoting in this package, be aware of infix expressions. See the note in Data.Packed.Static.Syntax for details.

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.2, 0.3, 0.3.0.1, 0.3.0.2
Dependencies array (>=0.2 && <0.3), base (>=4 && <5), haskell-src-meta (>=0.0.3.1 && <0.0.7), hmatrix (>=0.5 && <0.7), parsec (>=3 && <4), template-haskell, tfp (>=0.2 && <0.3) [details]
License LicenseRef-GPL
Author Reiner Pope
Maintainer Reiner Pope <reiner.pope@gmail.com>
Category Math
Home page http://code.haskell.org/hmatrix-static/
Uploaded by ReinerPope at 2009-12-09T17:42:08Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 3927 total (12 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]