source: git/factory/fieldGCD.h @ 26da1d

spielwiese
Last change on this file since 26da1d was 18c7a3, checked in by Hans Schönemann <hannes@…>, 16 years ago
*** empty log message *** git-svn-id: file:///usr/local/Singular/svn/trunk@10783 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 437 bytes
Line 
1CanonicalForm fieldGCD( const CanonicalForm & F, const CanonicalForm & G );
2void CRA(const CanonicalForm & x1, const CanonicalForm & q1, const CanonicalForm & x2, const CanonicalForm & q2, CanonicalForm & xnew, CanonicalForm & qnew);
3int * leadDeg(const CanonicalForm & f, int *degs);
4bool isLess(int *a, int *b, int lower, int upper);
5bool isEqual(int *a, int *b, int lower, int upper);
6CanonicalForm firstLC(const CanonicalForm & f);
7
Note: See TracBrowser for help on using the repository browser.