Vector-space: Difference between revisions
(created. new library) |
(repo now on code.haskell.org) |
||
Line 8: | Line 8: | ||
Besides this wiki page, here are more ways to find out about vector-space: | Besides this wiki page, here are more ways to find out about vector-space: | ||
* Read [http://darcs.haskell.org/packages/reactive/doc/html/vector-space the Haddock docs]. | * Read [http://darcs.haskell.org/packages/reactive/doc/html/vector-space the Haddock docs]. | ||
* Get the code repository: '''<tt>darcs get http:// | * Get the code repository: '''<tt>darcs get http://code.haskell.org/vector-space</tt>'''. | ||
* Install from [http://hackage.haskell.org Hackage]. | * Install from [http://hackage.haskell.org Hackage]. | ||
* See the [[vector-space/Versions| version history]]. | * See the [[vector-space/Versions| version history]]. | ||
Please leave comments at the [[Talk:vector-space|Talk page]]. | Please leave comments at the [[Talk:vector-space|Talk page]]. |
Revision as of 01:56, 19 May 2008
Abstract
vector-space is library that 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.
Besides this wiki page, here are more ways to find out about vector-space:
- Read the Haddock docs.
- Get the code repository: darcs get http://code.haskell.org/vector-space.
- Install from Hackage.
- See the version history.
Please leave comments at the Talk page.