HeuGcd BPΒΆ
listgcd.spad line 1 [edit on github]
This package provides the functions for the heuristic integer gcd. Geddes's algorithm, for univariate polynomials with integer coefficients
- gcd: List BP -> BP
- gcd([f1, .., fk])=- gcdof the polynomials- fi.
- gcdcofactprim: List BP -> List BP
- gcdcofactprim([f1, ..fk])=- gcdand cofactors of- kprimitive polynomials.
- gcdprim: List BP -> BP
- gcdprim([f1, .., fk])=- gcdof- kPRIMITIVE univariate polynomials