Ignore:
Timestamp:
Mar 22, 2011, 10:36:05 AM (12 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'ba3e3ef698fa0b7c5867199959cc83330073d3cb')
Children:
c462b558d2bcc56ce39d2181b2f9d9cd1b82345b
Parents:
f550e863b5113c076c1fa29a44f2bde2146f14cf
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-03-22 10:36:05+01:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:04:09+01:00
Message:
p_MinDeg, p_DegW -> p_polys.cc
File:
1 edited

Legend:

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

    rf550e86 rba0fc3  
    180180static inline unsigned long p_GetTotalDegree(const unsigned long l, const ring r, const int number_of_exps);
    181181
     182int p_MinDeg(poly p,intvec *w, const ring R);
     183
     184long p_DegW(poly p, const short *w, const ring R);
     185
    182186
    183187// like the respective p_LmIs* routines, except that p might be empty
Note: See TracChangeset for help on using the changeset viewer.