medkhabt/CoCoALib-gBasisZ

SPolynomial and GcdPolynomial new.

Opened this issue · 1 comments

The new implementation of Spolynomial and GcdPolynomial based on the paper is not working yet,

  • fix the bug.
  • are there any edge cases that are not treated by the old functions.
  • are they faster or slower than the old functions?

it seems like it is working fine after updating my code at some point.
But the sPolynomialNew() seems to be slower than the old one, I need to look for a way to speed it up. Or is there any cases that the sPolynomial() doesn't include ?