manifolds: Working with manifolds in a direct, embedding-free way.

[ gpl, library, math ] [ Propose Tags ]

Manifolds, a generalisation of the notion of "smooth curves" or sufaces, are topological spaces locally homeomorphic to a vector space. This gives rise to what is actually the most natural / mathematically elegant way of dealing with them: calculations can be carried out locally, in connection with Riemannian products etc., in a vector space, the tangent space / tangent bundle.

However, this does not trivially translate to non-local operations. Common ways to carry those out include using a single affine map to cover (almost) all of the manifold (in general not possible homeomorphically, which leads to both topological and geometrical problems), to embed the manifold into a larger-dimensional vector space (which tends to distract from the manifold's own properties and is often not friendly to computations) or approximating the manifold by some kind of finite simplicial mesh (which intrinsically introduces non-differentiability issues and leads to the question of what precision is required).

This library tries to mitigate these problems by using Haskell's functional nature to keep the representation close to the mathematical ideal of local linearity with homeomorphic coordinate transforms, and, where it is necessary to recede to the less elegant alternatives, exploiting lazy evaluation etc. to optimise the compromises that have to be made.

Modules

[Last Documentation]

  • Data
    • LinearMap
      • Data.LinearMap.HerMetric
    • Data.Manifold
      • Data.Manifold.PseudoAffine
      • Data.Manifold.TreeCover
      • Data.Manifold.Types
    • Data.SimplicialComplex

Downloads

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

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.2, 0.1.3.0, 0.1.3.1, 0.1.5.0, 0.1.5.1, 0.1.5.2, 0.1.6.2, 0.1.6.3, 0.2.0.1, 0.2.2.0, 0.2.3.0, 0.3.0.0, 0.4.0.0, 0.4.1.0, 0.4.4.0, 0.4.5.0, 0.5.0.0, 0.5.0.1, 0.5.0.2, 0.5.0.3, 0.5.0.4, 0.5.1.0, 0.6.0.0, 0.6.1.0
Dependencies base (>=4.5 && <4.8), comonad, constrained-categories (>=0.2 && <0.2.5), containers, deepseq, hmatrix (>=0.16 && <0.18), MemoTrie, semigroups, tagged, transformers, vector, vector-algorithms, vector-space (>=0.8), void [details]
License GPL-3.0-only
Author Justus Sagemüller
Maintainer (@) sagemueller $ geo.uni-koeln.de
Revised Revision 2 made by leftaroundabout at 2016-04-15T12:15:37Z
Category Math
Home page https://github.com/leftaroundabout/manifolds
Source repo head: git clone git://github.com/leftaroundabout/manifolds.git
Uploaded by leftaroundabout at 2015-08-07T11:45:17Z
Distributions
Reverse Dependencies 4 direct, 0 indirect [details]
Downloads 17506 total (31 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-11-26 [all 6 reports]