source: git/factory/algext.h @ c99b6b

spielwiese
Last change on this file since c99b6b was c99b6b, checked in by Hans Schönemann <hannes@…>, 16 years ago
*** empty log message *** git-svn-id: file:///usr/local/Singular/svn/trunk@10763 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 395 bytes
Line 
1#include <config.h>
2
3#include "canonicalform.h"
4#include "variable.h"
5
6CanonicalForm QGCD( const CanonicalForm &, const CanonicalForm & );
7void tryEuclid( const CanonicalForm &, const CanonicalForm &, const CanonicalForm, CanonicalForm &, bool & );
8void tryInvert( const CanonicalForm &, const CanonicalForm &, CanonicalForm &, bool & );
9bool hasFirstAlgVar( const CanonicalForm &, Variable & );
Note: See TracBrowser for help on using the repository browser.