Changeset e3dc1c in git for Singular/kutil.h
- Timestamp:
- Dec 18, 2000, 6:26:41 PM (23 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 10a0c5ef3797be1dba4c637d3391ac548ba28b46
- Parents:
- b39d4dc5adb2ce64a3babd5df6ac99eb7f4ed311
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/kutil.h
rb39d4d re3dc1c 4 4 * Computer Algebra System SINGULAR * 5 5 ****************************************/ 6 /* $Id: kutil.h,v 1.4 8 2000-12-18 13:30:38obachman Exp $ */6 /* $Id: kutil.h,v 1.49 2000-12-18 17:26:41 obachman Exp $ */ 7 7 /* 8 8 * ABSTRACT: kernel: utils for kStd … … 24 24 // This disbales RedThrough, tailReductions against T (bba), 25 25 // sets posInT = posInT15 (bba, strat->honey), and enables redFirst with LDeg 26 #define HAVE_OLD_STD 26 // NOTE: the same effect can be achieved with option(oldStd) 27 // #define HAVE_OLD_STD 27 28 28 29 #ifdef HAVE_OLD_STD … … 306 307 int posInT17 (const TSet set,const int length,const LObject &p); 307 308 int posInT19 (const TSet set,const int length,const LObject &p); 309 int posInT_EcartpLength(const TSet set,const int length,const LObject &p); 310 311 #ifdef HAVE_MORE_POS_IN_T 312 int posInT_pLength(const TSet set,const int length,const LObject &p); 308 313 int posInT_EcartFDegpLength(const TSet set,const int length,const LObject &p); 309 314 int posInT_FDegpLength(const TSet set,const int length,const LObject &p); 310 int posInT_EcartpLength(const TSet set,const int length,const LObject &p); 311 int posInT_pLength(const TSet set,const int length,const LObject &p); 315 #endif 316 312 317 313 318 void reorderS (int* suc,kStrategy strat);
Note: See TracChangeset
for help on using the changeset viewer.