Opened 12 years ago
Closed 12 years ago
#324 closed bug (fixed)
issues of multigrading.lib
Reported by: | hannes | Owned by: | Oleksandr |
---|---|---|---|
Priority: | major | Milestone: | 3-1-3 and higher |
Component: | singular-libs | Version: | 3-1-2 |
Keywords: | Cc: |
Description (last modified by )
(NOTE: we are prepearing for a minor Singular release at the end of March...)
Here are some issues of multigrading.lib:
fixed:
- is missing intDet (in example intInverse, primitiveSpan,...)
- + some other bugs
- comment out 'mDegTruncate' (too experimentall)
- fix: projectLattices -> projectLattice
open: . missing documentation: 'mDegTensor', 'mDegTor', 'gradiator'
. missing examples: 'createQuotientGroup', 'createTorsionFreeGroup', 'isGroup', 'getGradedGenerator'
. some examples are still "TODO"
. global procs projectLattice/mDegTruncate are not found in header
. fix: projectLattice
./examples/projectLattice.sing 1> LIB "multigrading.lib"; ./examples/projectLattice.sing 2> intmat B[4][2] = ./examples/projectLattice.sing 3. 1,5, ./examples/projectLattice.sing 4. 2,6, ./examples/projectLattice.sing 5. 3,7, ./examples/projectLattice.sing 6. 4,8; ./examples/projectLattice.sing 7> // should result in a (2x4)-matrix with columns ./examples/projectLattice.sing 8. // [-1, 2], [2, -3], [-1, 0] and [0, 1] ./examples/projectLattice.sing 9. intmat U = projectLattice(B); ? rows must be greater than 0 ? error occurred in or before multigrading.lib::projectLattice line 4795: ` intmat Udel[nrows(U) - r][ncols(U)];` ? leaving multigrading.lib::projectLattice skipping text from `;` error at token `)` STDIN 1> $
. implement areIsomorphicGroups and use it somewhere...
TODO for later (after the Release): . groups should be in a separate library (name: ?)
Attachments (1)
Change History (8)
comment:1 Changed 12 years ago by
Description: | modified (diff) |
---|---|
Summary: | multigrading.lib is missing intDet → issues of multigrading.lib |
comment:2 Changed 12 years ago by
Description: | modified (diff) |
---|
Changed 12 years ago by
Attachment: | mm.tar.bz2 added |
---|
comment:3 Changed 12 years ago by
Description: | modified (diff) |
---|
comment:4 Changed 12 years ago by
Description: | modified (diff) |
---|
comment:5 Changed 12 years ago by
Description: | modified (diff) |
---|
comment:6 Changed 12 years ago by
*NOTE*: Please let's continue at our usual Google-code wiki-page (http://code.google.com/p/convex-singular/wiki/Multigrading?ts=1300724441&updated=Multigrading#Issues)
comment:7 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
the latest version (from Google Code) seems to be fine!
generated documentation and checks