spielwiese
Last change
on this file since 7d1c995 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
|
Rev | Line | |
---|
[7d1c995] | 1 | #ifndef FIELD_GCD_H |
---|
| 2 | #define FIELD_GCD_H |
---|
| 3 | |
---|
[18c7a3] | 4 | CanonicalForm fieldGCD( const CanonicalForm & F, const CanonicalForm & G ); |
---|
| 5 | void CRA(const CanonicalForm & x1, const CanonicalForm & q1, const CanonicalForm & x2, const CanonicalForm & q2, CanonicalForm & xnew, CanonicalForm & qnew); |
---|
[7d1c995] | 6 | |
---|
| 7 | #endif |
---|
[18c7a3] | 8 | |
---|
Note: See
TracBrowser
for help on using the repository browser.