@hackage simple-affine-space0.2.1
A simple library for affine and vector spaces.
Categories
License
BSD-3-Clause
Maintainer
Ivan Perez (ivan.perez@keera.co.uk)
Links
Versions
Installation
Dependencies (2)
Dependents (12)
@hackage/dunai, @hackage/SpaceInvaders, @hackage/bearriver, @hackage/yampa-canvas, @hackage/AsyncRattus, @hackage/WidgetRattus, Show all…
Package Flags
test-hlint
(on by default)
Enable hlint test suite
test-doc-coverage
(on by default)
Enable haddock coverage test suite
Affine spaces and vector spaces with a few basic instances.
This library implements affine spaces and vector spaces. Two instances are provided for affine spaces (points) and two more for vector spaces (vectors). These definitions are strict, implement deepseq, and are designed to have minimal memory overhead.