Changeset 1c473f in git for kernel/shiftgb.cc
- Timestamp:
- Feb 24, 2008, 6:41:32 PM (15 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 4d43ff458adf4e30c9059ffaf846500aa5d64c61
- Parents:
- c1d4a79cef5604c9608af4eb2e48128ef65c70fb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/shiftgb.cc
rc1d4a79 r1c473f 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: shiftgb.cc,v 1. 5 2008-02-23 20:12:53levandov Exp $ */4 /* $Id: shiftgb.cc,v 1.6 2008-02-24 17:41:32 levandov Exp $ */ 5 5 /* 6 6 * ABSTRACT: kernel: utils for shift GB and free GB … … 370 370 } 371 371 372 /* there should be two routines: */ 373 /* 1. tests squarefreeness: in homog this suffices */ 374 /* 2. test the presence of a hole -> in the tail??? */ 372 375 373 376 int isInV(poly p, int lV) 374 377 { 378 375 379 if (lV <= 0) return(0); 376 380 /* returns 1 iff p is in V */ … … 431 435 // i = uptodeg - i +1; 432 436 i = uptodeg - i; 433 p_wrp(p,currRing,r); Print("----i:%d",i); PrintLn();437 // p_wrp(p,currRing,r); Print("----i:%d",i); PrintLn(); 434 438 return(i); 435 439 }
Note: See TracChangeset
for help on using the changeset viewer.