hackageDB :: [Package]

Built with Cabal

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

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.

Versions0.1, 0.2, 0.3
Dependenciesarray (>=0.2 && <0.3), base (>=4 && <5), haskell-src-meta (>=0.0.3.1 && <0.0.7), hmatrix (>=0.7 && <0.8), parsec (>=3 && <4), template-haskell, tfp (>=0.2 && <0.3)
LicenseGPL
AuthorReiner Pope
MaintainerReiner Pope <reiner.pope@gmail.com>
Stabilityexperimental
CategoryMath
Home pagehttp://code.haskell.org/hmatrix-static/
Upload dateWed Dec 16 16:14:36 UTC 2009
Uploaded byReinerPope
Built onghc-6.10
Build failureghc-6.12 (log)
DistributionsArch: 0.3

Modules

Downloads