polynomials-bernstein
A solver for systems of polynomial equations in bernstein form
LTS Haskell 23.27: | 1.1.2 |
Stackage Nightly 2025-07-13: | 1.1.2 |
Latest on Hackage: | 1.1.2 |
LicenseRef-GPL licensedbyPierre-Etienne Meunier
Maintained byJean-Philippe Bernardy
This version can be pinned in stack with:
polynomials-bernstein-1.1.2@sha256:4b1ecc97eacbda313eafff66ecd83f08d345f6ac3f14c2d1bee71f33d497ac2b,917
Module documentation for 1.1.2
- Algebra
- Algebra.Polynomials
Depends on 2 packages(full list with versions):
Used by 1 package inlts-23.17(full list with versions):
This library defines an optimized type for representing polynomialsin Bernstein form, as well as instances of numeric classes and othermanipulation functions, and a solver of systems of polynomialequations in this form.