source: git/factory/cfGcdUtil.h @ c1b52b

spielwiese
Last change on this file since c1b52b was f37df2, checked in by Martin Lee <martinlee84@…>, 10 years ago
chg: docu for new files
  • Property mode set to 100644
File size: 416 bytes
Line 
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
9bool
10gcd_test_one ( const CanonicalForm & f, const CanonicalForm & g, bool swap, int & d );
11
12CanonicalForm
13balance_p ( const CanonicalForm & f, const CanonicalForm & q, const CanonicalForm & qh );
14
15CanonicalForm
16balance_p ( const CanonicalForm & f, const CanonicalForm & q );
17#endif
Note: See TracBrowser for help on using the repository browser.