Changeset 93f4bb in git
- Timestamp:
- Feb 27, 2009, 4:51:28 PM (14 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
- Children:
- b172c34e900d95e16b695c1a52b2c1b2b6497936
- Parents:
- 5fed0b4d289442b9ea97475bf27af3f9f1773df3
- Location:
- kernel
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/kstd1.cc
r5fed0b4 r93f4bb 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: kstd1.cc,v 1.4 4 2009-02-22 17:37:54Singular Exp $ */4 /* $Id: kstd1.cc,v 1.45 2009-02-27 15:51:28 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT: … … 1368 1368 poly kNF1 (ideal F,ideal Q,poly q, kStrategy strat, int lazyReduce) 1369 1369 { 1370 // lazy_reduce flags: can be combined by | 1371 //#define KSTD_NF_LAZY 1 1372 // do only a reduction of the leading term 1373 //#define KSTD_NF_ECART 2 1374 // only local: recude even with bad ecart 1370 1375 poly p; 1371 1376 int i; … … 1486 1491 ideal kNF1 (ideal F,ideal Q,ideal q, kStrategy strat, int lazyReduce) 1487 1492 { 1493 // lazy_reduce flags: can be combined by | 1494 //#define KSTD_NF_LAZY 1 1495 // do only a reduction of the leading term 1496 //#define KSTD_NF_ECART 2 1497 // only local: recude even with bad ecart 1488 1498 poly p; 1489 1499 int i; -
kernel/kstd2.cc
r5fed0b4 r93f4bb 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: kstd2.cc,v 1.8 0 2009-02-10 18:53:04Singular Exp $ */4 /* $Id: kstd2.cc,v 1.81 2009-02-27 15:51:28 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT - Kernel: alg. of Buchberger … … 1143 1143 if (TEST_OPT_DEBUG) messageSets(strat); 1144 1144 #endif 1145 /* complete reduction of the standard basis--------- */1146 1145 if (TEST_OPT_SB_1) 1147 1146 { … … 1161 1160 } 1162 1161 1162 /* complete reduction of the standard basis--------- */ 1163 1163 if (TEST_OPT_REDSB) 1164 1164 { … … 1197 1197 poly kNF2 (ideal F,ideal Q,poly q,kStrategy strat, int lazyReduce) 1198 1198 { 1199 // lazy_reduce flags: can be combined by | 1200 //#define KSTD_NF_LAZY 1 1201 // do only a reduction of the leading term 1202 //#define KSTD_NF_NONORM 4 1203 // only global: avoid normalization, return a multiply of NF 1199 1204 poly p; 1200 1205 int i; … … 1252 1257 ideal kNF2 (ideal F,ideal Q,ideal q,kStrategy strat, int lazyReduce) 1253 1258 { 1259 // lazy_reduce flags: can be combined by | 1260 //#define KSTD_NF_LAZY 1 1261 // do only a reduction of the leading term 1262 //#define KSTD_NF_NONORM 4 1263 // only global: avoid normalization, return a multiply of NF 1254 1264 poly p; 1255 1265 int i;
Note: See TracChangeset
for help on using the changeset viewer.