Changeset 599813 in git for libpolys/polys/simpleideals.h
- Timestamp:
- May 23, 2012, 5:42:26 PM (11 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
- Children:
- 70a95295f71d2f0c4c3433b152aef7a25b43e520
- Parents:
- a28cb4f3357225d7f8bb8d68a4aa0b0be3ccdd41
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-05-23 17:42:26+02:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-05-23 20:33:48+02:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/polys/simpleideals.h
ra28cb4f r599813 101 101 void id_DelDiv(ideal id, const ring r); 102 102 BOOLEAN id_IsConstant(ideal id, const ring r); 103 intvec *id_Sort(ideal id,BOOLEAN nolex, const ring r); 103 104 /// sorts the ideal w.r.t. the actual ringordering 105 /// uses lex-ordering when nolex = FALSE 106 intvec *id_Sort(const ideal id, const BOOLEAN nolex, const ring r); 107 104 108 ideal id_Transp(ideal a, const ring rRing); 105 109 void id_Compactify(ideal id, const ring r);
Note: See TracChangeset
for help on using the changeset viewer.