My Project
|
subresultant pseudo remainder sequence GCD over finite fields and Z More...
Go to the source code of this file.
Functions | |
CanonicalForm | subResGCD_p (const CanonicalForm &f, const CanonicalForm &g) |
subresultant GCD over finite fields. In case things become too dense we switch to a modular algorithm More... | |
CanonicalForm | subResGCD_0 (const CanonicalForm &f, const CanonicalForm &g) |
subresultant GCD over Z. More... | |
subresultant pseudo remainder sequence GCD over finite fields and Z
Definition in file cfSubResGcd.h.
CanonicalForm subResGCD_0 | ( | const CanonicalForm & | f, |
const CanonicalForm & | g | ||
) |
subresultant GCD over Z.
Definition at line 167 of file cfSubResGcd.cc.
CanonicalForm subResGCD_p | ( | const CanonicalForm & | f, |
const CanonicalForm & | g | ||
) |
subresultant GCD over finite fields. In case things become too dense we switch to a modular algorithm
Definition at line 12 of file cfSubResGcd.cc.