My Project
Toggle main menu visibility
Loading...
Searching...
No Matches
factory
cfGcdUtil.h
Go to the documentation of this file.
1
/**
2
* @file cfGcdUtil.h
3
*
4
* coprimality check and change of representation mod n
5
**/
6
7
#ifndef CF_GCD_UTIL_H
8
#define CF_GCD_UTIL_H
9
bool
10
gcd_test_one
(
const
CanonicalForm
&
f
,
const
CanonicalForm
&
g
,
bool
swap
,
int
& d );
11
12
CanonicalForm
13
balance_p
(
const
CanonicalForm
&
f
,
const
CanonicalForm
& q,
const
CanonicalForm
& qh );
14
15
CanonicalForm
16
balance_p
(
const
CanonicalForm
&
f
,
const
CanonicalForm
& q );
17
#endif
swap
#define swap(_i, _j)
gcd_test_one
bool gcd_test_one(const CanonicalForm &f, const CanonicalForm &g, bool swap, int &d)
Coprimality Check. f and g are assumed to have the same level. If swap is true, the main variables of...
Definition
cfGcdUtil.cc:25
balance_p
CanonicalForm balance_p(const CanonicalForm &f, const CanonicalForm &q, const CanonicalForm &qh)
same as balance_p ( const CanonicalForm & f, const CanonicalForm & q ) but qh= q/2 is provided,...
Definition
cfGcdUtil.cc:258
g
g
Definition
cfModGcd.cc:4098
f
FILE * f
Definition
checklibs.c:9
CanonicalForm
factory's main class
Definition
canonicalform.h:86
Generated on
for My Project by
doxygen 1.17.0
for
Singular