mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
ebd9acd340
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 PR: ports/142492 Submitted by: Jacula Modyun <jacula(at)gmail.com>
8 lines
363 B
Plaintext
8 lines
363 B
Plaintext
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
|