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
10 EZGCD_P (const CanonicalForm& A, const CanonicalForm& B);
11 
12 CanonicalForm ezgcd ( const CanonicalForm & f, const CanonicalForm & g );
13 #endif
factory's main class
Definition: canonicalform.h:75
g
Definition: cfModGcd.cc:4031
#define A
Definition: sirandom.c:23
FILE * f
Definition: checklibs.c:7
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:802
b *CanonicalForm B
Definition: facBivar.cc:51
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:783