spielwiese
Last change
on this file since 18c7a3 was
18c7a3,
checked in by Hans Schönemann <hannes@…>, 15 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 | |
---|
1 | CanonicalForm fieldGCD( const CanonicalForm & F, const CanonicalForm & G ); |
---|
2 | void CRA(const CanonicalForm & x1, const CanonicalForm & q1, const CanonicalForm & x2, const CanonicalForm & q2, CanonicalForm & xnew, CanonicalForm & qnew); |
---|
3 | int * leadDeg(const CanonicalForm & f, int *degs); |
---|
4 | bool isLess(int *a, int *b, int lower, int upper); |
---|
5 | bool isEqual(int *a, int *b, int lower, int upper); |
---|
6 | CanonicalForm firstLC(const CanonicalForm & f); |
---|
7 | |
---|
Note: See
TracBrowser
for help on using the repository browser.