The hTensor package
This is an experimental library for multidimensional arrays, oriented to support simple tensor computations and multilinear algebra.
Array dimensions have an "identity" which is preserved in data manipulation. Indices are explicitly selected by name in expressions, and Einstein's summation convention for repeated indices is automatically applied.
The library has a purely functional interface: arrays are immutable, and operations typically work on whole structures which can be assembled and decomposed using simple primitives. Arguments are automatically made conformant by replicating them along extra dimensions appearing in an operation. There is preliminary support for Geometric Algebra.
A tutorial can be found in the website of the project.
Properties
| Versions | 0.1.0, 0.1.1, 0.5.0, 0.6.0, 0.7.0, 0.7.0.1, 0.8.0, 0.8.1 |
|---|---|
| Dependencies | base (<3), containers, haskell98, hmatrix (≥0.5) or base (≥3 & <5), containers, haskell98, hmatrix (≥0.5) |
| License | GPL |
| Author | Alberto Ruiz |
| Maintainer | Alberto Ruiz <aruiz@um.es> |
| Stability | experimental |
| Category | Math |
| Home page | http://perception.inf.um.es/tensor |
| Upload date | Sat Jul 25 11:39:22 UTC 2009 |
| Uploaded by | AlbertoRuiz |
| Built on | ghc-6.10, ghc-6.12 |
| Build failure | ghc-7.0 (log) |
Modules
Downloads
- hTensor-0.1.0.tar.gz (Cabal source package)
- package description (included in the package)