Changeset b3daab in git
- Timestamp:
- Feb 15, 2007, 8:43:36 AM (16 years ago)
- Branches:
- (u'spielwiese', '91fdef05f09f54b8d58d92a472e9c4a43aa4656f')
- Children:
- 06ee2319dd4b19ec3a80cc26e303adc33c355849
- Parents:
- 0cf2ccd7e51a54d39f2083257dce639c54c827e0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/tgb.cc
r0cf2ccd rb3daab 5 5 * Computer Algebra System SINGULAR * 6 6 ****************************************/ 7 /* $Id: tgb.cc,v 1.13 1 2007-02-14 13:55:47bricken Exp $ */7 /* $Id: tgb.cc,v 1.132 2007-02-15 07:43:36 bricken Exp $ */ 8 8 /* 9 9 * ABSTRACT: slimgb and F4 implementation … … 2334 2334 #endif 2335 2335 nIrreducibleMonomials=0; 2336 nReducibleMonomials=0; 2336 2337 temp_term=pOne(); 2337 2338 } … … 2359 2360 2360 2361 int nIrreducibleMonomials; 2362 int nReducibleMonomials; 2361 2363 protected: 2362 2364 DataNoroCacheNode* treeInsert(poly term,poly nf,int len){ 2363 2365 int i; 2366 nReducibleMonomials++; 2364 2367 int nvars=pVariables; 2365 2368 NoroCacheNode* parent=&root; … … 2835 2838 int n=irr_nodes.size();//cache.countIrreducibleMonomials(); 2836 2839 cache.nIrreducibleMonomials=n; 2837 if (TEST_OPT_PROT) 2840 if (TEST_OPT_PROT){ 2838 2841 Print("Irred Mon:%d\n",n); 2842 Print("red Mon:%d\n",cache.nReducibleMonomials); 2843 } 2839 2844 TermNoroDataNode* term_nodes=(TermNoroDataNode*) omalloc(n*sizeof(TermNoroDataNode)); 2840 2845
Note: See TracChangeset
for help on using the changeset viewer.