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.
- Host: GitHub
- URL: https://github.com/hf/reunion
- Owner: hf
- License: mit
- Created: 2015-08-31T16:12:57.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-10-17T11:36:14.000Z (over 10 years ago)
- Last Synced: 2024-12-31T06:29:50.822Z (over 1 year ago)
- Language: Scala
- Size: 250 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Reunion
[](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.