An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Simple Affine Space

[![Build Status](https://travis-ci.org/ivanperez-keera/simple-affine-space.svg?branch=master)](https://travis-ci.org/ivanperez-keera/simple-affine-space)
[![Version on Hackage](https://img.shields.io/hackage/v/simple-affine-space.svg)](https://hackage.haskell.org/package/simple-affine-space)
[![Flattr this](http://api.flattr.com/button/flattr-badge-large.png "Flattr This!")](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