Skip to content

Generic math programming and algebraic typeclass abstractions for Scala

License

Notifications You must be signed in to change notification settings

ctongfei/poly-algebra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

poly-algebra Build Status

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

libraryDependencies += "me.tongfei" %% "poly-algebra" % "0.4.0"

About

Generic math programming and algebraic typeclass abstractions for Scala

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages