Changeset c45b2dc in git for libpolys/polys/monomials/p_polys.h
- Timestamp:
- Mar 29, 2011, 10:42:55 AM (12 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 57c6ed2ff157b62e2c81f8af904ee54ed6805200
- Parents:
- 20d9284f2e2a49cb47ad41808ddefe8b058c7647
- git-author:
- Martin Lee <martinlee84@web.de>2011-03-29 10:42:55+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:04:13+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/polys/monomials/p_polys.h
r20d9284 rc45b2dc 66 66 // monomials in p; coeff == 0, next == NULL, ord is not set 67 67 poly p_GetMaxExpP(poly p, ring r); 68 69 // return the TotalDegree of the long var l70 static inline unsigned long p_GetTotalDegree(const unsigned long l, const ring r);71 // return the total degree of the long var l containing number_of_exp exponents72 static inline unsigned long p_GetTotalDegree(const unsigned long l, const ring r, const int number_of_exps);73 68 74 69 int p_MinDeg(poly p,intvec *w, const ring R); … … 304 299 void p_Write0(poly p, ring lmRing, ring tailRing); 305 300 void p_wrp(poly p, ring lmRing, ring tailRing); 306 307 static inline char* p_String(poly p, ring p_ring);308 static inline char* p_String0(poly p, ring p_ring);309 static inline void p_Write(poly p, ring p_ring);310 static inline void p_Write0(poly p, ring p_ring);311 static inline void p_wrp(poly p, ring p_ring);312 313 301 314 302 /***************************************************************
Note: See TracChangeset
for help on using the changeset viewer.