My Project  debian-1:4.1.2-p1+ds-2
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
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:862
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:843
g
Definition: cfModGcd.cc:4031
FILE * f
Definition: checklibs.c:9
factory's main class
Definition: canonicalform.h:83
b *CanonicalForm B
Definition: facBivar.cc:52
#define A
Definition: sirandom.c:24