JuliaAlgebra / DynamicPolynomials.jl

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

remove unbound type parameters #115

Closed nsajko closed 1 year ago

nsajko commented 1 year ago

I didn't check, but unbound type parameters often cause performance issues, so this may not be merely cosmetic.

blegat commented 1 year ago

The test failures were unrelated and are now fixed with https://github.com/JuliaAlgebra/DynamicPolynomials.jl/pull/116