linearmap-category: Native, matrix-free linear algebra.
The term numerical linear algebra is often used almost synonymous with matrix modifications. However, what's interesting for most applications are really just points in some vector space and linear mappings between them, not matrices (which represent points or mappings, but inherently depend on a particular choice of basis / coordinate system).
This library implements the crucial LA operations like solving linear equations and eigenvalue problems, without requiring that the vectors are represented in some particular basis. Apart from conceptual elegance (only operations that are actually geometrically sensible will typecheck – this is far stronger than just confirming that the dimensions match, as some other libraries do), this also opens up good optimisation possibilities: the vectors can be unboxed, use dedicated sparse compression, possibly carry out the computations on accelerated hardware (GPU etc.). The spaces can even be infinite-dimensional (e.g. function spaces).
The linear algebra algorithms in this package only require the vectors to support fundamental operations like addition, scalar products, double-dual-space coercion and tensor products; none of this requires a basis representation.
Downloads
- linearmap-category-0.2.0.0.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1.0.0, 0.1.0.1, 0.2.0.0, 0.3.0.1, 0.3.2.0, 0.3.4.0, 0.3.5.0, 0.4.0.0, 0.4.0.1, 0.4.1.0, 0.4.2.0, 0.4.3.0, 0.5.0.0, 0.5.0.1, 0.6.0.0, 0.6.0.1 |
---|---|
Dependencies | base (>=4.8 && <5), constrained-categories (>=0.3 && <0.4), containers, free-vector-spaces (>=0.1.1 && <0.2), ieee754 (>=0.7 && <0.9), lens, linear, semigroups, vector, vector-space (>=0.10 && <0.11) [details] |
License | GPL-3.0-only |
Author | Justus Sagemüller |
Maintainer | (@) sagemueller $ geo.uni-koeln.de |
Revised | Revision 1 made by leftaroundabout at 2016-11-23T10:18:30Z |
Category | Math |
Home page | https://github.com/leftaroundabout/linearmap-family |
Uploaded | by leftaroundabout at 2016-11-23T10:17:05Z |
Distributions | |
Reverse Dependencies | 4 direct, 1 indirect [details] |
Downloads | 6285 total (56 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] |