Changeset fe2d4c in git for factory/algext.h


Ignore:
Timestamp:
Jun 20, 2011, 2:10:50 PM (12 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', 'a7324b6e0b44a1a8ed3fa4d9ca3e2ff210ddd52c')
Children:
4e35a894dd1ecea25a42d6b12a182338771e5732
Parents:
35eb6cf319007843f3388d3f071f3bee96188fbd
Message:
added better compression of polynomials to tryBrownGCD
added better termination test to QGCD


git-svn-id: file:///usr/local/Singular/svn/trunk@14290 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/algext.h

    r35eb6c rfe2d4c  
    1414void tryInvert( const CanonicalForm &, const CanonicalForm &, CanonicalForm &, bool & );
    1515bool hasFirstAlgVar( const CanonicalForm &, Variable & );
    16 void tryBrownGCD( const CanonicalForm & F, const CanonicalForm & G, const CanonicalForm & M, CanonicalForm & result, bool & fail );
     16void tryBrownGCD( const CanonicalForm & F, const CanonicalForm & G, const CanonicalForm & M, CanonicalForm & result, bool & fail, bool topLevel= true );
    1717void tryCRA( const CanonicalForm & x1, const CanonicalForm & q1, const CanonicalForm & x2, const CanonicalForm & q2, CanonicalForm & xnew, CanonicalForm & qnew, bool & fail );
    1818void tryExtgcd( const CanonicalForm & F, const CanonicalForm & G, CanonicalForm & result, CanonicalForm & s, CanonicalForm & t, bool & fail );
Note: See TracChangeset for help on using the changeset viewer.