Difference between revisions of "Vector-space"

From HaskellWiki
Jump to navigation Jump to search
(fixed docs pointer)
m
Line 7: Line 7:
   
 
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://code.haskell.org/vector-space/doc/html/ the Haddock docs].
+
* Read [http://code.haskell.org/vector-space/doc/html/ the library documentation].
 
* Get the code repository: '''<tt>darcs get http://code.haskell.org/vector-space</tt>'''.
 
* 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].

Revision as of 04:42, 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:

Please leave comments at the Talk page.