Changeset 7fe9f8b in git


Ignore:
Timestamp:
Nov 2, 2012, 5:46:30 PM (10 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
24db4229db220ee36db967fbe60ace26becd3579
Parents:
d0b4e7a8ccb0461165a7581a567ade8752125382
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-11-02 17:46:30+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-11-02 17:54:16+01:00
Message:
Added new experimental library "derham.lib"

add: derham.lib as an experimental library (SLIB1 in singular-libs)
add: added tests for derham.lib as Tst/Plural/derham.tst + included into Tst/Plural.lst
chg/fix: avoid "wrong weights" warning out of 'std'

TODO: induced deg seems to be ignored - one is to make use of "am" instead?
Files:
4 added
3 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/schreyer.lib

    rd0b4e7 r7fe9f8b  
    250250    "Sstep::NextInput: ";
    251251    M;
    252     @V;
     252    deg(M[1..ncols(M)]); // no use of @W :(?
    253253    @RANK;   
    254254    DetailedPrint(MRES);
    255     attrib(MRES, "isHomog");
     255    attrib(MRES, "isHomog"); @W;
     256    deg(MRES[1..ncols(MRES)]);
    256257  }
    257258
     
    273274
    274275  module N = separateSyzGB(K, @RANK)[2]; // 1^st syz. module: vectors which start in lower part (comp >= @RANK)
    275   attrib(N, "isHomog", @V);
    276276
    277277// "N_0: "; N; DetailedPrint(N, 10);
    278  
    279   N = std(N); // TODO: fix "wrong weights"!!!?
     278
     279//  basering; print(@V); type(N);
     280//  attrib(N, "isHomog", @V);  // TODO: fix "wrong weights"!!!? deg is wrong :(((
     281  N = std(N);
    280282  attrib(N, "isHomog", @V);
    281283
  • Singular/singular-libs

    rd0b4e7 r7fe9f8b  
    4343SLIB1 = ffsolve.lib decomp.lib template.lib findifs.lib finitediff.lib locnormal.lib modnormal.lib \
    4444        multigrading.lib parallel.lib realizationMatroids.lib ringgb.lib\
    45         schreyer.lib symodstd.lib
     45        schreyer.lib symodstd.lib derham.lib
    4646
    4747PLIBS = bfun.lib  central.lib  dmod.lib  dmodapp.lib dmodvar.lib fpadim.lib \
  • Tst/Plural.lst

    rd0b4e7 r7fe9f8b  
    4141; Plural/ucha2.tst
    4242Plural/ucha4.tst
     43Plural/derham.tst
Note: See TracChangeset for help on using the changeset viewer.