Skip to content

Commit

Permalink
Changes requested in review -- mostly comments.
Browse files Browse the repository at this point in the history
Untabbed

Typos in comments
  • Loading branch information
hulpke authored and fingolfin committed Feb 28, 2018
1 parent fb0cdaf commit 24c69d0
Show file tree
Hide file tree
Showing 5 changed files with 240 additions and 241 deletions.
7 changes: 5 additions & 2 deletions lib/groebner.gi
Original file line number Diff line number Diff line change
Expand Up @@ -1163,8 +1163,11 @@ local g;
return IsZero(p);
end);

# leave this as-is as it is so costly that the ring determination is
# basically no cost
# We only provide a single GcdOp method (taking three arguments) for the
# general case, and no specialized two argument version, which we usually
# provide to avoid costly construction of the polynomial ring object, simply
# because in this case the cost of Gcd computation dwarfs the cost for
# creating the polynomial ring.
InstallOtherMethod(GcdOp,"multivariate Gcd based on Groebner bases",
IsCollsElmsElms,[IsPolynomialRing,IsPolynomial,IsPolynomial],0,
# Input: f, g are multivariate polys in R=F[x1,...,xn]
Expand Down
Loading

0 comments on commit 24c69d0

Please sign in to comment.