v0.2.3
- Changes internal coefficients vector from
SVector
toMVector
(this doesn't seem to have any impact on the performance) - Add support of
Base.foreach
toAbstractSystem
in order to support arbitrary iteration over the polynomials - Add
scale_coefficients(f, a)
to scale the polynomial (system)f
by the scale (vector)a