source: git/factory/cfEzgcd.h @ 8d1432e

spielwiese
Last change on this file since 8d1432e was f37df2, checked in by Martin Lee <martinlee84@…>, 10 years ago
chg: docu for new files
  • Property mode set to 100644
File size: 277 bytes
Line 
1/**
2 * @file cfEzgcd.h
3 *
4 * Extended Zassenhaus GCD over finite fields and Z
5**/
6
7#ifndef CF_EZ_GCD_H
8#define CF_EZ_GCD_H
9CanonicalForm
10EZGCD_P (const CanonicalForm& A, const CanonicalForm& B);
11
12CanonicalForm ezgcd ( const CanonicalForm & f, const CanonicalForm & g );
13#endif
Note: See TracBrowser for help on using the repository browser.