My Project
cfEzgcd.h
Go to the documentation of this file.
1/**
2 * @file cfEzgcd.h
3 *
4 * Extended Zassenhaus GCD over finite fields and Z
5**/
6
7#ifndef CF_EZ_GCD_H
8#define CF_EZ_GCD_H
10EZGCD_P (const CanonicalForm& A, const CanonicalForm& B);
11
13#endif
CanonicalForm EZGCD_P(const CanonicalForm &A, const CanonicalForm &B)
Extended Zassenhaus GCD for finite fields. In case things become too dense we switch to a modular alg...
Definition: cfEzgcd.cc:876
CanonicalForm ezgcd(const CanonicalForm &f, const CanonicalForm &g)
Extended Zassenhaus GCD over Z. In case things become too dense we switch to a modular algorithm.
Definition: cfEzgcd.cc:861
g
Definition: cfModGcd.cc:4090
FILE * f
Definition: checklibs.c:9
factory's main class
Definition: canonicalform.h:86
b *CanonicalForm B
Definition: facBivar.cc:52
#define A
Definition: sirandom.c:24