Changeset deca086 in git for polys/polys.h


Ignore:
Timestamp:
Nov 24, 2010, 10:08:24 AM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
97b5d578e13d4df61dceefad1a56f00844cad0ac
Parents:
9634a6736659317223c0fc1209744322e56f824b
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2010-11-24 10:08:24+01:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 11:55:42+01:00
Message:
p_PermPoly
File:
1 edited

Legend:

Unmodified
Added
Removed
  • polys/polys.h

    r9634a6 rdeca086  
    262262#define   pMaxComp(p)   p_MaxComp(p, currRing)
    263263#define   pMinComp(p)   p_MinComp(p, currRing)
    264 int pMaxCompProc(poly p);
    265264
    266265#define   pOneComp(p)       p_OneComp(p, currRing)
     
    292291// #define   pDehomogen(p1,p2,n) p_Dehomgen(p1,p2,n,currRing)
    293292// #define   pIsHomogen(p)       p_IsHomggen(p,currRing)
    294 
    295 poly      pPermPoly (poly p, int * perm,const ring OldRing, nMapFunc nMap,
    296                      int *par_perm=NULL, int OldPar=0);
    297293
    298294/*BOOLEAN   pVectorHasUnitM(poly p, int * k);*/
Note: See TracChangeset for help on using the changeset viewer.