Changeset 5df7d0 in git for factory/algext.h
- Timestamp:
- Jul 1, 2011, 12:02:02 PM (12 years ago)
- Branches:
- (u'spielwiese', '91fdef05f09f54b8d58d92a472e9c4a43aa4656f')
- Children:
- 33e850a665f1c7a320edcde4faacdd7602f49b76
- Parents:
- 6f08f33cc3e3c2a69b00521f71d91ff88066e3c0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/algext.h
r6f08f3 r5df7d0 15 15 bool hasFirstAlgVar( const CanonicalForm &, Variable & ); 16 16 void tryBrownGCD( const CanonicalForm & F, const CanonicalForm & G, const CanonicalForm & M, CanonicalForm & result, bool & fail, bool topLevel= true ); 17 void tryCRA( const CanonicalForm & x1, const CanonicalForm & q1, const CanonicalForm & x2, const CanonicalForm & q2, CanonicalForm & xnew, CanonicalForm & qnew, bool & fail );18 17 void tryExtgcd( const CanonicalForm & F, const CanonicalForm & G, CanonicalForm & result, CanonicalForm & s, CanonicalForm & t, bool & fail ); 19 18 int * leadDeg(const CanonicalForm & f, int *degs); … … 21 20 bool isEqual(int *a, int *b, int lower, int upper); 22 21 CanonicalForm firstLC(const CanonicalForm & f); 22 CanonicalForm reduce(const CanonicalForm & f, const CanonicalForm & M); 23 23 24 24 #endif
Note: See TracChangeset
for help on using the changeset viewer.