My Project
Loading...
Searching...
No Matches
factory
cfSubResGcd.h
Go to the documentation of this file.
1
/**
2
* @file cfSubResGcd.h
3
*
4
* subresultant pseudo remainder sequence GCD over finite fields and Z
5
**/
6
#ifndef CF_SUB_RES_GCD_H
7
#define CF_SUB_RES_GCD_H
8
9
/// subresultant GCD over finite fields.
10
/// In case things become too dense we switch to a modular algorithm
11
CanonicalForm
12
subResGCD_p
(
const
CanonicalForm
&
f
,
const
CanonicalForm
&
g
);
13
14
/// subresultant GCD over Z.
15
/// @note in contrast to subResGCD_p we do not switch to a modular algorithm
16
/// in case things become too dense
17
CanonicalForm
18
subResGCD_0
(
const
CanonicalForm
&
f
,
const
CanonicalForm
&
g
);
19
#endif
g
g
Definition:
cfModGcd.cc:4090
subResGCD_p
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:
cfSubResGcd.cc:12
subResGCD_0
CanonicalForm subResGCD_0(const CanonicalForm &f, const CanonicalForm &g)
subresultant GCD over Z.
Definition:
cfSubResGcd.cc:167
f
FILE * f
Definition:
checklibs.c:9
CanonicalForm
factory's main class
Definition:
canonicalform.h:86
Generated on Mon Feb 27 2023 10:53:48 for My Project by
doxygen 1.9.5
for
Singular