https://github.com/ivanperez-keera/simple-affine-space
A simple implementation of affine spaces and vector spaces
https://github.com/ivanperez-keera/simple-affine-space
Last synced: 6 months ago
JSON representation
A simple implementation of affine spaces and vector spaces
- Host: GitHub
- URL: https://github.com/ivanperez-keera/simple-affine-space
- Owner: ivanperez-keera
- License: bsd-3-clause
- Created: 2018-10-28T18:25:28.000Z (almost 7 years ago)
- Default Branch: develop
- Last Pushed: 2023-04-07T14:01:51.000Z (over 2 years ago)
- Last Synced: 2025-03-26T06:34:35.945Z (7 months ago)
- Language: Haskell
- Homepage:
- Size: 66.4 KB
- Stars: 10
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
README
# Simple Affine Space
[](https://travis-ci.org/ivanperez-keera/simple-affine-space)
[](https://hackage.haskell.org/package/simple-affine-space)
[](https://flattr.com/submit/auto?user_id=ivanperez-keera&url=https://github.com/ivanperez-keera/simple-affine-space&title=simple-affine-space&language=&tags=github&category=software)A library implementing affine and vector spaces, with simple instances.
This library has been designed to have minimal dependencies. It only requires
base and deepseq.## Installation
The library simple-affine-space is available on hackage: http://hackage.haskell.org/package/simple-affine-space.
```
$ cabal update
$ cabal install --lib simple-affine-space
```## Usage
This library is used by [Yampa](https://github.com/ivanperez-keera/Yampa).
## Help and collaboration
You can collaborate at least in three ways:
* File an issue (https://github.com/ivanperez-keera/simple-affine-space/issues).
* Contribute to an existing issue, especially one designed for newcomers (https://github.com/ivanperez-keera/simple-affine-space/issues).
* Write documentation (send a link and/or a pull request).## Authors
This work is based off the original implementation of Yampa, by:
* Henrik Nilsson
* Antony Courtney### Maintainer
* Ivan Perez