poly v0.5.0.0 Release Notes
-
- ๐ Change definition of
Data.Euclidean.degree
to coincide with the degree of polynomial. - Implement multivariate polynomials (usual and Laurent).
- ๐ Reimplement sparse univariate polynomials as a special case of multivariate ones.
- Speed up
gcd
calculations for all flavours of polynomials. - ๐ Decomission
PolyOverField
: it does not improve performance any more. - โ Add function
quotRemFractional
. - โ Add an experimental implementation of the discrete Fourier transform.
- โ Add conversion functions between dense and sparse polynomials.
- ๐ Change definition of