typelevel / spire

Powerful new number types and numeric abstractions for Scala.
http://typelevel.org/spire/
MIT License
1.76k stars 242 forks source link

Multivariate polynomials #677

Open denisrosset opened 6 years ago

denisrosset commented 6 years ago

This collects all proposals to integrate multivariate polynomials in Spire.

Note: we should be careful about handling (non-?)commutativity, and which polynomial ring is obtained depending on the coefficient type.

denisrosset commented 6 years ago

After discussion with @non, we currently think that multivariate polynomials should wait that univariate polynomials are at a sufficient level of quality (mathematical soundness, code coverage).