@hackage vector-space0.19
Vector & affine spaces, linear maps, and derivatives
Categories
License
BSD-3-Clause
Maintainer
conal@conal.net
Links
Versions
Installation
Dependencies (7)
- Boolean >=0.1.0
- MemoTrie >=0.5
- NumInstances >=1.0
- base >=4.18 && <5
- ghc-prim >=0.2
- semigroups >=0.16 Show all…
Dependents (113)
@hackage/diagrams-contrib, @hackage/wumpus-tree, @hackage/puzzle-draw, @hackage/half-space, @hackage/dtw, @hackage/diagrams-svg, Show all…
vector-space provides classes and generic operations for vector spaces and affine spaces. It also defines a type of infinite towers of generalized derivatives. A generalized derivative is a linear transformation rather than one of the common concrete representations (scalars, vectors, matrices, ...).
Warning: this package depends on type families working fairly well, requiring GHC version at least 6.9.
Project wiki page: http://haskell.org/haskellwiki/vector-space
© 2008-2012 by Conal Elliott; BSD3 license.