Ignore:
Timestamp:
Oct 17, 2018, 3:09:37 PM (5 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'e7cc1ebecb61be8b9ca6c18016352af89940b21a')
Children:
fab4706447a1dd4c936f1e7b0fd3c1c9920279de
Parents:
6a0ad7542c11c59c63743cd18b8e8f68f098d75f
Message:
add rPlusVar, rMinusVar (ring manipulation: R+"y","y"+R,R-"y")
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/monomials/ring.h

    r6a0ad75 r8fd62c  
    827827
    828828extern omBin sip_sring_bin;
    829 #endif
     829
     830// ring manipulation
     831/// K[x],"y" -> K[x,y] resp. K[y,x]
     832ring rPlusVar(const ring r, char *v,int left);
     833
     834/// undo rPlusVar
     835ring rMinusVar(const ring r, char *v);
     836#endif
Note: See TracChangeset for help on using the changeset viewer.