Changeset b7cfaf in git for libpolys/polys/polys.h
- Timestamp:
- Jul 26, 2011, 11:34:05 AM (12 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 86152998894ac968561dfca4ba268464c73e7b74
- Parents:
- 1558d57b639351ad0ad10d1e5e337419bfcf21fb
- git-author:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-07-26 11:34:05+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:53:34+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/polys/polys.h
r1558d5 rb7cfaf 332 332 #define pJetW(p,m,iv) p_JetW(p,m,iv,currRing) 333 333 #define pMinDeg(p,w) p_MinDeg(p,w,currRing) 334 #define pSeries(n,p,u,w) p_ series(n,p,u,w,currRing)334 #define pSeries(n,p,u,w) p_Series(n,p,u,w,currRing) 335 335 #define pInvers(n,p,w) p_Invers(n,p,w,currRing) 336 336 // maximum weigthed degree of all monomials of p, w is indexed from
Note: See TracChangeset
for help on using the changeset viewer.