Changeset d05168 in git
- Timestamp:
- Jun 16, 2010, 9:53:20 AM (13 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- e26570af1d6e72bc74fe694d1a8c3e3e8ea624e3
- Parents:
- 3c75568a210d9df9c75e244052e200f179b5ca98
- git-author:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2010-06-16 09:53:20+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 11:55:10+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
polys/polys.h
r3c7556 rd05168 63 63 #define pGetComp(p) _p_GetComp(p, currRing) 64 64 #define pSetComp(p,v) p_SetComp(p,v, currRing) 65 #define pAddComp(p,v) p_AddComp(p,v,currRing)66 #define pSubComp(p,v) p_SubComp(p,v,currRing)67 65 68 66 // Exponent … … 104 102 // like pLmDelete, returns pNext(p) 105 103 #define pLmDeleteAndNext(p) p_LmDeleteAndNext(p, currRing) 106 // used by iparith.cc 104 // used by iparith.cc (pHead as proc) 107 105 extern poly pHeadProc(poly p); 108 106 … … 271 269 272 270 /*-------------ring management:----------------------*/ 273 //extern void pChangeRing(ring newRing);274 271 extern void pSetGlobals(const ring r, BOOLEAN complete = TRUE); 275 272 // resets the pFDeg and pLDeg: if pLDeg is not given, it is … … 319 316 320 317 321 poly pmInit(const char *s, BOOLEAN &ok); /* monom -> poly, interpreter */318 poly pmInit(const char *s, BOOLEAN &ok); /* monom s -> poly, interpreter */ 322 319 const char * p_Read(const char *s, poly &p,const ring r); /* monom -> poly */ 323 320
Note: See TracChangeset
for help on using the changeset viewer.