hTensor: Multidimensional arrays and simple tensor computations.
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 and for solving multilinear systems.
A tutorial can be found in the website of the project.
Modules
[Index]
Downloads
- hTensor-0.9.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 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, 0.8.2, 0.9.0, 0.9.1 |
---|---|
Dependencies | base (<5), containers, hmatrix (>=0.17), random [details] |
Tested with | ghc ==7.4 |
License | BSD-3-Clause |
Author | Alberto Ruiz |
Maintainer | Alberto Ruiz <aruiz@um.es> |
Category | Math |
Home page | http://perception.inf.um.es/tensor |
Source repo | head: git clone https://github.com/AlbertoRuiz/hTensor |
Uploaded | by AlbertoRuiz at 2016-11-02T21:37:55Z |
Distributions | |
Reverse Dependencies | 2 direct, 0 indirect [details] |
Downloads | 7876 total (26 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2016-11-18 [all 1 reports] |