blob: f7294fd2fb9dc333163a9eb4efc5bf1961623a65 (
plain) (
blame)
1
2
3
4
5
6
7
|
vector-space provides classes and generic operations for vector spaces
and affine spaces in Haskell. It also defines a type of infinite towers
of generalized derivatives. A generalized derivative is a linear
transformation rather than one of the common concrete representations
(scalars, vectors, matrices, etc).
WWW: http://haskell.org/haskellwiki/vector-space
|