Changeset 54e883b in git
- Timestamp:
- Jul 21, 2005, 1:22:45 PM (18 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 56a6ccd4654cf4075c8af0cce6b971975087fccd
- Parents:
- d851263adece184782658a61c859962e6911ef8f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/tgb.cc
rd85126 r54e883b 5 5 * Computer Algebra System SINGULAR * 6 6 ****************************************/ 7 /* $Id: tgb.cc,v 1.3 5 2005-07-20 11:12:43bricken Exp $ */7 /* $Id: tgb.cc,v 1.36 2005-07-21 11:22:45 bricken Exp $ */ 8 8 /* 9 9 * ABSTRACT: slimgb and F4 implementation … … 1905 1905 r=currRing; 1906 1906 nc=rIsPluralRing(r); 1907 Print("nc %i",nc);1907 1908 1908 is_homog=TRUE; 1909 1909 { … … 2576 2576 if (c->strat->lenSw!=NULL) return c->strat->lenSw[pos]; 2577 2577 return c->strat->lenS[pos]; 2578 } 2579 static inline int quality_of_pos_in_strat_S_mult_high(int pos, poly high, slimgb_alg* c) 2580 //meant only for nc 2581 { 2582 poly m=pOne(); 2583 pExpVectorDiff(m,high ,c->strat->S[pos]); 2584 poly product=nc_mm_Mult_p(m, pCopy(c->strat->S[pos]), c->r); 2585 int erg=pQuality(product,c); 2586 pDelete(&m); 2587 pDelete(&product); 2588 return erg; 2578 2589 } 2579 2590
Note: See TracChangeset
for help on using the changeset viewer.