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: 10 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 (about 11 years ago)
- Default Branch: master
- Last Pushed: 2017-05-12T02:32:33.000Z (almost 9 years ago)
- Last Synced: 2025-04-03T11:51:18.722Z (11 months 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 [](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"
```