ModularAlgebraicGcd2(PT, MP, MPT, MD, ME, MO)ΒΆ
amodgcd.spad line 206 [edit on github]
PT: Type
MP: Type
MPT: Type
MD: Type
ME: ModularEvaluationCategory(PT, MP)
MO: ModularAlgebraicGcdOperations(MP, MPT, MD)
This package computes gcd
over field of algebraic functions over Q
using modular method based on M
. Monagan and van Hoej paper. Core modular operations are passed as parameter (MO) to this package. Similarly, evaluation functions are passed as parameter ME.