My Project
Toggle main menu visibility
Loading...
Searching...
No Matches
factory
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
9
CanonicalForm
10
EZGCD_P
(
const
CanonicalForm
&
A
,
const
CanonicalForm
&
B
);
11
12
CanonicalForm
ezgcd
(
const
CanonicalForm
&
f
,
const
CanonicalForm
&
g
);
13
#endif
EZGCD_P
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
ezgcd
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
g
Definition
cfModGcd.cc:4098
f
FILE * f
Definition
checklibs.c:9
CanonicalForm
factory's main class
Definition
canonicalform.h:86
B
b *CanonicalForm B
Definition
facBivar.cc:52
A
#define A
Definition
sirandom.c:24
Generated on
for My Project by
doxygen 1.17.0
for
Singular