Main Page
Related Pages
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
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
CanonicalForm
factory's main class
Definition:
canonicalform.h:75
g
g
Definition:
cfModGcd.cc:4031
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
f
FILE * f
Definition:
checklibs.c:7
subResGCD_0
CanonicalForm subResGCD_0(const CanonicalForm &f, const CanonicalForm &g)
subresultant GCD over Z.
Definition:
cfSubResGcd.cc:165
Generated on Mon Mar 6 2017 11:17:27 by
doxygen 1.8.8
for
Singular debian-1:4.0.3-p3+ds-5~bpo8+1