Changeset 001cc15 in git for factory/canonicalform.h


Ignore:
Timestamp:
Sep 6, 2012, 7:11:17 PM (12 years ago)
Author:
Oleksandr Motsak <malex984@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
0b27942997f2964b33d7b6fb15f97e372d54fc5f
Parents:
24a77fb14c59fc78cc67eb5f6934a45d8862d99e107aac1a78fd9b689a33a864d23b7cfb1caa5bdf
Message:
Merge pull request #179 from mmklee/factory_fix_sw

Factory fix sw
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/canonicalform.h

    r24a77fb r001cc15  
    112112
    113113    CanonicalForm tailcoeff () const;
     114    CanonicalForm tailcoeff ( const Variable & v ) const;
    114115    int taildegree () const;
    115116
     
    295296tailcoeff ( const CanonicalForm & f ) { return f.tailcoeff(); }
    296297
     298inline CanonicalForm
     299tailcoeff (const CanonicalForm& f, const Variable& v) { return f.tailcoeff(v); }
     300
    297301inline int
    298302level ( const CanonicalForm & f ) { return f.level(); }
Note: See TracChangeset for help on using the changeset viewer.