Vector-space: Difference between revisions
m (more specific Hackage link) |
m ("that that") |
||
Line 4: | Line 4: | ||
== Abstract == | == Abstract == | ||
'''vector-space''' is library | '''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 [http://conal.net/blog/tag/derivatives/ related posts] for more info about this notion of derivatives. | ||
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: |
Revision as of 18:50, 19 July 2008
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.
Besides this wiki page, here are more ways to find out about vector-space:
- Read the library documentation.
- 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.