spielwiese
Last change
on this file since 863f53 was
c99b6b,
checked in by Hans Schönemann <hannes@…>, 15 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 | |
---|
6 | CanonicalForm QGCD( const CanonicalForm &, const CanonicalForm & ); |
---|
7 | void tryEuclid( const CanonicalForm &, const CanonicalForm &, const CanonicalForm, CanonicalForm &, bool & ); |
---|
8 | void tryInvert( const CanonicalForm &, const CanonicalForm &, CanonicalForm &, bool & ); |
---|
9 | bool hasFirstAlgVar( const CanonicalForm &, Variable & ); |
---|
Note: See
TracBrowser
for help on using the repository browser.