Ignore:
Timestamp:
Mar 5, 2012, 8:43:21 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
5dc5557cfa7b8e12dc6662eaa5592e5d1137f0c1
Parents:
9b1590d4c8e281abd068646c9d699284f9ea053a
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-03-05 20:43:21+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-03-05 20:46:40+01:00
Message:
fixes to _am ordering

add: additional int* weights_m pointer in struct sro_am
fix: rO_WMDegree should not mess around with start/end
fix: rCompose: _am ordering was not treated (fixed also by Hans)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/monomials/ring.h

    r9b1590 r3a8a0d9  
    9393  short end;
    9494  short len_gen; // i>len_gen: weight(gen(i)):=0
    95   int *weights; // pointers into wvhdl field of length (end-start+1) + len_gen
    96                 // contents w_1,... w_n, len, mod_w_1, .. mod_w_len, 0
     95  int *weights; // pointers into wvhdl field of length (end-start+1) + len_gen + 1
     96                // contents w_{start},... w_{end}, len, mod_w_1, .. mod_w_len, 0
     97  int *weights_m; // pointers into wvhdl field of length len_gen + 1
     98                // len_gen, mod_w_1, .. mod_w_len, 0
     99 
    97100};
    98101typedef struct sro_am sro_am;
Note: See TracChangeset for help on using the changeset viewer.