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

https://github.com/hf/reunion

A simple library in Scala which implements generic algebraic algorithms.
https://github.com/hf/reunion

Last synced: 5 months ago
JSON representation

A simple library in Scala which implements generic algebraic algorithms.

Awesome Lists containing this project

README

          

# Reunion

[![Build Status](https://travis-ci.org/hf/reunion.svg)](https://travis-ci.org/hf/reunion)

Reunion (of Broken Parts), the Arabic translation of which is "al-jabr" or
more commonly known as algebra, is a small library in Scala which implements
generic algebraic algorithms.

It is originally designed to support simple work with congruences, fields,
rings and the like.

## Use It

Published on Sonatype:

```xml

me.stojan
reunion_2.11
0.0.2-SNAPSHOT

```

... or in SBT:

```scala
libraryDependencies += "me.stojan" %% "reunion" % "0.0.2-SNAPSHOT"
```

## License

Copyright © 2015 Stojan Dimitrovski

All code contained herein is licensed under the
[MIT License](http://opensource.org/licenses/MIT). See the full text in the
included `LICENSE.txt` file.