Vector-space

From HaskellWiki
Revision as of 18:13, 19 May 2008 by Conal (talk | contribs) (→‎Abstract: added "oops")
Jump to navigation Jump to search


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.

Oops - there's a serious mistake in the derivatives code. I'm working on a solution. Conal 18:13, 19 May 2008 (UTC)

See also