Changeset 359d86d in git for libpolys/polys/monomials


Ignore:
Timestamp:
Jul 20, 2011, 6:22:55 PM (13 years ago)
Author:
mlee <martinlee84@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
eaae7da539e9a22d6276d70ef09c436adadfeaba
Parents:
f69c6c699905fd079f239622d07125dfb15c8b09
git-author:
mlee <martinlee84@web.de>2011-07-20 18:22:55+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:52:44+01:00
Message:
moved p_Last from kpolys.cc to kInline.h
moved pLast(poly,int), pLast (poly) declaration from polys/monomials/p_polys.h
to kInline.h
added missing ->cf in kInline.h
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/monomials/p_polys.h

    rf69c6c r359d86d  
    349349
    350350static inline long p_MinComp(poly p,ring lmRing) {return p_MinComp(p,lmRing,lmRing);}
    351 
    352 /***************************************************************
    353  *
    354  * poly things which are independent of ring
    355  *
    356  ***************************************************************/
    357 
    358 // returns the length of a polynomial (numbers of monomials)
    359 // respect syzComp
    360 // static inline poly pLast(poly a, int &length);
    361 // static inline poly pLast(poly a) { int l; return pLast(a, l); }
    362351
    363352
Note: See TracChangeset for help on using the changeset viewer.