The hmatrix-static package
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.
Properties
| Versions | 0.1, 0.2, 0.3, 0.3.0.1, 0.3.0.2 |
|---|---|
| Dependencies | array (≥0.2 & <0.4), base (≥3 & <5), haskell-src-meta (≥0.0.3.1 & <0.2), hmatrix (≥0.7 & <0.9), parsec (2.*), template-haskell, tfp (0.2.*) |
| License | GPL |
| Author | Reiner Pope |
| Maintainer | Reiner Pope <reiner.pope@gmail.com> |
| Stability | experimental |
| Category | Math |
| Home page | http://code.haskell.org/hmatrix-static/ |
| Upload date | Sun Sep 12 03:41:07 UTC 2010 |
| Uploaded by | ReinerPope |
| Build failure | ghc-6.12 (log), ghc-7.0 (log), ghc-7.4 (log) |
Modules
- Data
- Packed
- Data.Packed.Static
- Data.Packed.Static.Convert
- Data.Packed.Static.Imports
- Data.Packed.Static.Matrix
- Data.Packed.Static.ST
- Data.Packed.Static.Shapes
- Data.Packed.Static.Syntax
- Data.Packed.Static.Vector
- Data.Packed.Static
- Packed
- Numeric
- LinearAlgebra
- Numeric.LinearAlgebra.Static
- Numeric.LinearAlgebra.Static.Algorithms
- Numeric.LinearAlgebra.Static
- LinearAlgebra
Downloads
- hmatrix-static-0.3.0.2.tar.gz (Cabal source package)
- package description (included in the package)