Vector-space

From HaskellWiki
Revision as of 19:26, 19 July 2008 by Conal (talk | contribs) (updated for version 0.3)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.


Abstract

vector-space is library that provides 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 usual concrete representations (scalars, vectors, matrices, ...). See the related posts for more info about this notion of derivatives.

Warning: starting with version 0.3, this package depends on type families working fairly well, and requires ghc version at least 6.9.

Besides this wiki page, here are more ways to find out about vector-space:

Please leave comments at the Talk page.

See also