JuliaAlgebra / DynamicPolynomials.jl

Multivariate polynomials implementation of commutative and non-commutative variables
Other
60 stars 21 forks source link

Copy internal vectors instead of giving the same instance #54

Closed blegat closed 4 years ago

blegat commented 4 years ago

Doing MA.operate!(op(p, q), ...) could modify p or q as some vectors were not copied. This PR fixes this.