-
-
Notifications
You must be signed in to change notification settings - Fork 514
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Submodules of (ZZ/nZZ)^r #6452
Comments
applies to 4.1.alpha1 |
comment:1
Attachment: trac_6452-codes-over-rings.patch.gz This applies to 4.1.alpha1. This passed sage -testall except for
Neither of these failures seem related to this ticket. |
comment:2
The patch doesn't contain the crucial file |
Attachment: trac_6452-ring-codes.patch.gz ignore the previous patch; this applies to 4.1.2.rc2 |
comment:3
This latest patch fixes some problems prointed out in private emails from Dan Gordon. |
comment:5
I can also say that the module in coding pass sage -t, with this patch applied, in OS 10.6 on an imac. OS10.6 does not pass sage -testall. However, I do have ubuntu 9.04 32bit installed under vmware on this machine and can test it there if desired. |
comment:7
Is there any way we can get documentation for the cdef methods as well as possibly some more code comments? I'm just worried that there's no one who is able to maintain this code. Also, it's not clear to me that there are not memory leak issues with this code as there are lots of malloc's and only one free. |
comment:8
If someone can explain to me what those functions will do, I will add comments on them. Does this mean that the code will not be accepted? |
comment:9
Replying to @mwhansen:
As I said, I could try to add comments to the code, but I really don't know cython I've emailed Cesar and not gotten any response about the memory leak issues. Given that, should the status change to "resolve as won't fix"? That would be too bad since Sage could really use "linear codes" over rings. |
comment:42
this need a python3 refreshment, to avoid cmp and long |
comment:43
Tickets still needing working or clarification should be moved to the next release milestone at the soonest (please feel free to revert if you think the ticket is close to being resolved). |
comment:44
Ticket retargeted after milestone closed |
comment:45
Batch modifying tickets that will likely not be ready for 9.1, based on a review of the ticket title, branch/review status, and last modification date. |
comment:47
Setting new milestone based on a cursory review of ticket status, priority, and last modification date. |
comment:48
Setting a new milestone for this ticket based on a cursory review. |
This ticket add some support to submodules of
(ZZ/mZZ)^r
(e.g. containment, iteration). There is no new algorithm, we just use the code available for submodules ofZZ^r
and the Schmidt normal form of integer matrix.Follow up: #19345
CC: cesarnda@gmail.com @sagetrac-dlucas @johanrosenkilde
Component: linear algebra
Author: Vincent Delecroix
Branch/Commit: public/ticket/6452 @
c93a30a
Issue created by migration from https://trac.sagemath.org/ticket/6452
The text was updated successfully, but these errors were encountered: