Changeset 8fd62c in git for libpolys/polys/monomials/ring.h
- Timestamp:
- Oct 17, 2018, 3:09:37 PM (5 years ago)
- Branches:
- (u'spielwiese', 'e7cc1ebecb61be8b9ca6c18016352af89940b21a')
- Children:
- fab4706447a1dd4c936f1e7b0fd3c1c9920279de
- Parents:
- 6a0ad7542c11c59c63743cd18b8e8f68f098d75f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/polys/monomials/ring.h
r6a0ad75 r8fd62c 827 827 828 828 extern omBin sip_sring_bin; 829 #endif 829 830 // ring manipulation 831 /// K[x],"y" -> K[x,y] resp. K[y,x] 832 ring rPlusVar(const ring r, char *v,int left); 833 834 /// undo rPlusVar 835 ring rMinusVar(const ring r, char *v); 836 #endif
Note: See TracChangeset
for help on using the changeset viewer.