Changeset 7fe9f8b in git
- Timestamp:
- Nov 2, 2012, 5:46:30 PM (10 years ago)
- 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
- Files:
-
- 4 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/schreyer.lib
rd0b4e7 r7fe9f8b 250 250 "Sstep::NextInput: "; 251 251 M; 252 @V;252 deg(M[1..ncols(M)]); // no use of @W :(? 253 253 @RANK; 254 254 DetailedPrint(MRES); 255 attrib(MRES, "isHomog"); 255 attrib(MRES, "isHomog"); @W; 256 deg(MRES[1..ncols(MRES)]); 256 257 } 257 258 … … 273 274 274 275 module N = separateSyzGB(K, @RANK)[2]; // 1^st syz. module: vectors which start in lower part (comp >= @RANK) 275 attrib(N, "isHomog", @V);276 276 277 277 // "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); 280 282 attrib(N, "isHomog", @V); 281 283 -
Singular/singular-libs
rd0b4e7 r7fe9f8b 43 43 SLIB1 = ffsolve.lib decomp.lib template.lib findifs.lib finitediff.lib locnormal.lib modnormal.lib \ 44 44 multigrading.lib parallel.lib realizationMatroids.lib ringgb.lib\ 45 schreyer.lib symodstd.lib 45 schreyer.lib symodstd.lib derham.lib 46 46 47 47 PLIBS = bfun.lib central.lib dmod.lib dmodapp.lib dmodvar.lib fpadim.lib \ -
Tst/Plural.lst
rd0b4e7 r7fe9f8b 41 41 ; Plural/ucha2.tst 42 42 Plural/ucha4.tst 43 Plural/derham.tst
Note: See TracChangeset
for help on using the changeset viewer.