Nemocas / AbstractAlgebra.jl

Generic abstract algebra functionality in pure Julia (no C dependencies)
https://nemocas.github.io/AbstractAlgebra.jl/dev/index.html
Other
171 stars 63 forks source link

SparsePoly module stores the terms backwards #564

Open tthsqe12 opened 4 years ago

tthsqe12 commented 4 years ago

in the order opposite the MPoly module. Seems unnecessarily confusing, no?

wbhart commented 4 years ago

Yeah that's why the module is not documented and not exposed to the user with a nice interface. It's only for internal use really, and was written before we switched the order elsewhere.