vector-space

Vector & affine spaces, linear maps, and derivatives


Keywords
math, Propose Tags, http://haskell.org/haskellwiki/vector-space, , Index, Quick Jump, Data.AdditiveGroup, Data.AffineSpace, Data.Basis, Data.Cross, Data.Derivative, Data.LinearMap, Data.Maclaurin, Data.VectorSpace, vector-space-0.16.tar.gz, browse, Package description, Package maintainers, ConalElliott, edit package information
License
BSD-3-Clause
Install
cabal install vector-space-0.16

Documentation

This package provides provides classes and generic operations for additive groups, vector spaces and affine spaces. It also defines a type of infinite towers of generalized derivatives, as described in the paper Beautiful differentiation. A generalized derivative is a linear transformation rather than one of the common concrete representations (scalars, vectors, matrices, ...). The representation of linear maps uses the MemoTrie package.