Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ctongfei/poly-algebra
Generic math programming and algebraic typeclass abstractions for Scala
https://github.com/ctongfei/poly-algebra
algebra scala typeclass
Last synced: 3 months ago
JSON representation
Generic math programming and algebraic typeclass abstractions for Scala
- Host: GitHub
- URL: https://github.com/ctongfei/poly-algebra
- Owner: ctongfei
- License: mit
- Created: 2015-02-11T19:14:50.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-05-12T02:32:33.000Z (over 7 years ago)
- Last Synced: 2023-07-05T04:13:32.031Z (over 1 year ago)
- Topics: algebra, scala, typeclass
- Language: Scala
- Homepage:
- Size: 293 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## poly-algebra [![Build Status](https://travis-ci.org/ctongfei/poly-algebra.svg?branch=master)](https://travis-ci.org/ctongfei/poly-algebra)
This is my own experiments with Scala typeclasses.
`Poly-algebra` is a library that contains a hierarchy of typeclass abstractions for common algebraic structures and
higher-kinded functional constructs that enables generic math programming in Scala.
Implicits, specialization and macros are used extensively to create an elegant API with virtually no performance cost.#### Installation
```scala
libraryDependencies += "me.tongfei" %% "poly-algebra" % "0.4.0"
```