Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
7 lines
367 B
Text
7 lines
367 B
Text
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://hackage.haskell.org/package/vector-space
|