Ticket #3324 (closed enhancement: fixed)
[with patch, positive review] Matrix_mod2_dense to/from PNG routines
| Reported by: | malb | Owned by: | was |
|---|---|---|---|
| Priority: | major | Milestone: | sage-3.1.2 |
| Component: | linear algebra | Keywords: | gd, linear algebra, gf(2), editor_malb |
| Cc: | Author(s): | ||
| Report Upstream: | Reviewer(s): | ||
| Merged in: | Work issues: |
Description
1-bit PNGs are a pretty sweet storage format for dense GF(2) matrices
- they are intuitive (you can even look at them)
- they are small (since the data is compressed for you)
- other people wrote fast C libraries to deal with them.
So this patch adds to_png and from_png functions to sage.matrix.matrix_mod2_dense and uses those to implement pickling/unpickling.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

