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 
13 balance_p ( const CanonicalForm & f, const CanonicalForm & q, const CanonicalForm & qh );
14 
16 balance_p ( const CanonicalForm & f, const CanonicalForm & q );
17 #endif
f
Definition: cfModGcd.cc:4022
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:227
factory's main class
Definition: canonicalform.h:75
g
Definition: cfModGcd.cc:4031
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:21
#define swap(_i, _j)