fjames86 / fpoly

Manipulate dense multivariate polynomials
0 stars 0 forks source link

factorization #31

Closed fjames86 closed 11 years ago

fjames86 commented 11 years ago

would be useful to be able to factorize polynomials. would allow cancellations of common factors in interpolation which might help. Might need some sort of fpoly-div writing though which is a non-trivial function to write.

fjames86 commented 11 years ago

division added.