Changeset d05168 in git for polys


Ignore:
Timestamp:
Jun 16, 2010, 9:53:20 AM (14 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
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
Message:
cleanup started
File:
1 edited

Legend:

Unmodified
Added
Removed
  • polys/polys.h

    r3c7556 rd05168  
    6363#define pGetComp(p)         _p_GetComp(p, currRing)
    6464#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)
    6765
    6866// Exponent
     
    104102// like pLmDelete, returns pNext(p)
    105103#define pLmDeleteAndNext(p) p_LmDeleteAndNext(p, currRing)
    106 // used by iparith.cc
     104// used by iparith.cc (pHead as proc)
    107105extern poly pHeadProc(poly p);
    108106
     
    271269
    272270/*-------------ring management:----------------------*/
    273 //extern void pChangeRing(ring newRing);
    274271extern void pSetGlobals(const ring r, BOOLEAN complete = TRUE);
    275272// resets the pFDeg and pLDeg: if pLDeg is not given, it is
     
    319316
    320317
    321 poly      pmInit(const char *s, BOOLEAN &ok); /* monom -> poly, interpreter */
     318poly      pmInit(const char *s, BOOLEAN &ok); /* monom s -> poly, interpreter */
    322319const char *    p_Read(const char *s, poly &p,const ring r); /* monom -> poly */
    323320
Note: See TracChangeset for help on using the changeset viewer.