source: git/factory/fieldGCD.h @ e3198f

spielwiese
Last change on this file since e3198f was 7d1c995, checked in by Martin Lee <martinlee84@…>, 13 years ago
added test to prevent multiple inclusion of headers moved function declarations from fieldGCD.h to algext.h deleted broken routine univarQGCD git-svn-id: file:///usr/local/Singular/svn/trunk@14253 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 284 bytes
Line 
1#ifndef FIELD_GCD_H
2#define FIELD_GCD_H
3
4CanonicalForm fieldGCD( const CanonicalForm & F, const CanonicalForm & G );
5void CRA(const CanonicalForm & x1, const CanonicalForm & q1, const CanonicalForm & x2, const CanonicalForm & q2, CanonicalForm & xnew, CanonicalForm & qnew);
6
7#endif
8
Note: See TracBrowser for help on using the repository browser.